xbps: create transitional sbin symlinks and fix INSTALL.
This commit is contained in:
parent
a89111b6c0
commit
3cb777e4e7
2 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,12 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
chown root:xbuilder usr/sbin/xbps-uchroot
|
||||
chmod 4750 usr/sbin/xbps-uchroot
|
||||
chown root:xbuilder usr/bin/xbps-uchroot
|
||||
chmod 4750 usr/bin/xbps-uchroot
|
||||
|
||||
if [ -d usr/sbin -a ! -L /usr/sbin ]; then
|
||||
for f in usr/bin/xbps-*; do
|
||||
ln -sr $f usr/sbin/$(basename $f)
|
||||
done
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xbps'
|
||||
pkgname=xbps
|
||||
version=0.44.1
|
||||
revision=7
|
||||
revision=8
|
||||
bootstrap=yes
|
||||
build_style=configure
|
||||
short_desc="The XBPS package system utilities"
|
||||
|
|
Loading…
Reference in a new issue