xbps: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
a77d44906a
commit
b4f7a3c8d0
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ post)
|
||||||
chown root:xbuilder usr/bin/xbps-uchroot
|
chown root:xbuilder usr/bin/xbps-uchroot
|
||||||
chmod 4750 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
|
for f in usr/bin/xbps-*; do
|
||||||
ln -sr $f usr/sbin/$(basename $f)
|
ln -sr $f usr/sbin/$(basename $f)
|
||||||
done
|
done
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.53
|
version=0.53
|
||||||
revision=4
|
revision=5
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue