From 0f6f8e7a2946de5cfdce698dd150ad310c50903e Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 4 Jun 2015 00:34:58 +0200 Subject: [PATCH] xbps-static: fixed usr/sbin link. --- srcpkgs/xbps-static/INSTALL | 4 ++-- srcpkgs/xbps-static/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xbps-static/INSTALL b/srcpkgs/xbps-static/INSTALL index b3bdf90faa..cb221e5c65 100644 --- a/srcpkgs/xbps-static/INSTALL +++ b/srcpkgs/xbps-static/INSTALL @@ -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 diff --git a/srcpkgs/xbps-static/template b/srcpkgs/xbps-static/template index dae940bea0..66a7457564 100644 --- a/srcpkgs/xbps-static/template +++ b/srcpkgs/xbps-static/template @@ -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 "