Loading checkpkg +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,8 @@ 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://##'` . if echo $pkgurl | grep "^file:///" > /dev/null 2>&1; then cp `echo $pkgurl | sed 's#^file://##'` . else wget $pkgurl fi Loading Loading
checkpkg +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,8 @@ 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://##'` . if echo $pkgurl | grep "^file:///" > /dev/null 2>&1; then cp `echo $pkgurl | sed 's#^file://##'` . else wget $pkgurl fi Loading