Massive renaming, pkgfs is now called xbps.
Also known as "xtraeme's build package system". --HG-- extra : convert_revision : 119840ceae588fef65d6dcab651f607f54fa0be6
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# If unzip is already installed just return immediately.
|
||||
|
||||
if [ ! -x "$PKGFS_MASTERDIR/bin/unzip" ]; then
|
||||
if [ ! -x "$XBPS_MASTERDIR/bin/unzip" ]; then
|
||||
unzip_version="5.52"
|
||||
|
||||
# Save pkgname before installing unzip.
|
||||
@@ -33,5 +33,5 @@ if [ ! -x "$PKGFS_MASTERDIR/bin/unzip" ]; then
|
||||
unset unzip_version
|
||||
fi
|
||||
|
||||
unzip_cmd=$PKGFS_MASTERDIR/bin/unzip
|
||||
extract_cmd="$unzip_cmd -x $dfile -d $PKGFS_BUILDDIR"
|
||||
unzip_cmd=$XBPS_MASTERDIR/bin/unzip
|
||||
extract_cmd="$unzip_cmd -x $dfile -d $XBPS_BUILDDIR"
|
||||
|
||||
Reference in New Issue
Block a user