xbps-static: fixed usr/sbin link.
This commit is contained in:
parent
87d89c7bc2
commit
0f6f8e7a29
|
@ -1,6 +1,6 @@
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
chown root:xbuilder usr/sbin/xbps-uchroot.static
|
chown root:xbuilder usr/bin/xbps-uchroot.static
|
||||||
chmod 4750 usr/sbin/xbps-uchroot.static
|
chmod 4750 usr/bin/xbps-uchroot.static
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# NOTE: keep this package synchronized with "srcpkgs/xbps".
|
# NOTE: keep this package synchronized with "srcpkgs/xbps".
|
||||||
pkgname=xbps-static
|
pkgname=xbps-static
|
||||||
version=0.45
|
version=0.45
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
short_desc="The XBPS package system utilities - static binaries"
|
short_desc="The XBPS package system utilities - static binaries"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
|
Loading…
Reference in New Issue