From 5daf2a124ba0ef6b830eec998f44f35fa0fdb5af Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 1 Apr 2014 10:53:18 +0200 Subject: [PATCH] xbps{,-static}: update to 0.35. --- srcpkgs/xbps-static/INSTALL | 6 ++++++ srcpkgs/xbps-static/template | 2 +- srcpkgs/xbps/INSTALL | 6 ++++++ srcpkgs/xbps/template | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/xbps-static/INSTALL create mode 100644 srcpkgs/xbps/INSTALL 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"