xbps: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user