xbps-static: fixed usr/sbin link.

This commit is contained in:
Andrea Brancaleoni 2015-06-04 00:34:58 +02:00
parent 87d89c7bc2
commit 0f6f8e7a29
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
case "${ACTION}" in
post)
chown root:xbuilder usr/sbin/xbps-uchroot.static
chmod 4750 usr/sbin/xbps-uchroot.static
chown root:xbuilder usr/bin/xbps-uchroot.static
chmod 4750 usr/bin/xbps-uchroot.static
;;
esac

View File

@ -3,7 +3,7 @@
# NOTE: keep this package synchronized with "srcpkgs/xbps".
pkgname=xbps-static
version=0.45
revision=1
revision=2
build_style=configure
short_desc="The XBPS package system utilities - static binaries"
maintainer="Juan RP <xtraeme@voidlinux.eu>"