diff --git a/srcpkgs/xbps/INSTALL b/srcpkgs/xbps/INSTALL index a0a3dcfca94..35cb0fad791 100644 --- a/srcpkgs/xbps/INSTALL +++ b/srcpkgs/xbps/INSTALL @@ -3,7 +3,7 @@ post) chown root:xbuilder usr/bin/xbps-uchroot chmod 4750 usr/bin/xbps-uchroot - if [ -d usr/sbin -a ! -L /usr/sbin ]; then + if [ -d usr/sbin -a ! -L usr/sbin ]; then for f in usr/bin/xbps-*; do ln -sr $f usr/sbin/$(basename $f) done diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 255e5cce618..701708a8705 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,7 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.53 -revision=4 +revision=5 bootstrap=yes build_style=configure short_desc="The XBPS package system utilities"