]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
tab
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 5 Sep 2015 20:14:28 +0000 (23:14 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 5 Sep 2015 20:14:28 +0000 (23:14 +0300)
wwwbin/by-group.sh

index 7107db3f1bdc5905b8dbe08107e470f29d44889e..f00c93b5e3af8e96720c85f05d2a82b3fbc6167c 100755 (executable)
@@ -14,7 +14,7 @@ for f in *.rpm ; do
                level="${level}/.."
        done
        [ -d "../by-group/$g" ] || mkdir -p "../by-group/$g"
-       ln -sf "$level/RPMS/$f" "../by-group/$g/$f"
+       ln -sf "$level/RPMS/$f" "../by-group/$g/$f"
 done
 
 # remove dangling symlinks...
This page took 0.184655 seconds and 4 git commands to generate.