mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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
|
case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
chown root:xbuilder usr/sbin/xbps-uchroot
|
chown root:xbuilder usr/bin/xbps-uchroot
|
||||||
chmod 4750 usr/sbin/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
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.44.1
|
version=0.44.1
|
||||||
revision=7
|
revision=8
|
||||||
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
Reference in a new issue