Loading checkpkg +5 −1 Original line number Diff line number Diff line Loading @@ -33,8 +33,12 @@ if [ "$oldpkg" = "$pkgname-$pkgver-$pkgrel.pkg.tar.gz" ]; then fi if [ ! -f $oldpkg ]; then if echo $oldpkg | grep "^file:///" > /dev/null 2>&1; then cp `echo $oldpkg | sed 's#^file://##'` . else wget $pkgurl fi fi tar tzf $oldpkg > filelist-old tar tzf $pkgname-$pkgver-$pkgrel.pkg.tar.gz > filelist Loading Loading
checkpkg +5 −1 Original line number Diff line number Diff line Loading @@ -33,8 +33,12 @@ if [ "$oldpkg" = "$pkgname-$pkgver-$pkgrel.pkg.tar.gz" ]; then fi if [ ! -f $oldpkg ]; then if echo $oldpkg | grep "^file:///" > /dev/null 2>&1; then cp `echo $oldpkg | sed 's#^file://##'` . else wget $pkgurl fi fi tar tzf $oldpkg > filelist-old tar tzf $pkgname-$pkgver-$pkgrel.pkg.tar.gz > filelist Loading