diff --git a/srcpkgs/xbps-static/INSTALL b/srcpkgs/xbps-static/INSTALL new file mode 100644 index 00000000000..b3bdf90faa1 --- /dev/null +++ b/srcpkgs/xbps-static/INSTALL @@ -0,0 +1,6 @@ +case "${ACTION}" in +post) + chown root:xbuilder usr/sbin/xbps-uchroot.static + chmod 4750 usr/sbin/xbps-uchroot.static + ;; +esac diff --git a/srcpkgs/xbps-static/template b/srcpkgs/xbps-static/template index eaa3e4881e3..573798a57d0 100644 --- a/srcpkgs/xbps-static/template +++ b/srcpkgs/xbps-static/template @@ -2,7 +2,7 @@ # # NOTE: keep this package synchronized with "srcpkgs/xbps". pkgname=xbps-static -version=0.34 +version=0.35 revision=1 bootstrap=yes short_desc="The XBPS package system utilities - static binaries" diff --git a/srcpkgs/xbps/INSTALL b/srcpkgs/xbps/INSTALL new file mode 100644 index 00000000000..174be72d4bb --- /dev/null +++ b/srcpkgs/xbps/INSTALL @@ -0,0 +1,6 @@ +case "${ACTION}" in +post) + chown root:xbuilder usr/sbin/xbps-uchroot + chmod 4750 usr/sbin/xbps-uchroot + ;; +esac diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 96d38dedd31..234adc2ab39 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,6 +1,6 @@ # Template file for 'xbps' pkgname=xbps -version=0.34 +version=0.35 revision=1 bootstrap=yes short_desc="The XBPS package system utilities"