xbps: fix absolute paths in INSTALL/REMOVE scripts

This commit is contained in:
maxice8 2018-08-26 16:05:45 -03:00
parent a77d44906a
commit b4f7a3c8d0
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"