diff options
Diffstat (limited to 'build_tools/bin/repo-cleanup.sh')
-rwxr-xr-x | build_tools/bin/repo-cleanup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/repo-cleanup.sh b/build_tools/bin/repo-cleanup.sh index 9c96933..ed6c140 100755 --- a/build_tools/bin/repo-cleanup.sh +++ b/build_tools/bin/repo-cleanup.sh @@ -23,7 +23,7 @@ do if [ $? = 1 ] then echo "removing file $LINE" - mv $REPO/$LINE-i686.pkg.tar.xz /tmp/$currentrepo_dups/ +# mv $REPO/$LINE-i686.pkg.tar.xz /tmp/$currentrepo_dups/ fi done < /tmp/pkglist-$currentrepo |