From 5a435dc28fd3e70b7ea7bdd5af701aeed045ea8c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Feb 2009 17:02:14 +0100 Subject: [PATCH] xbps-base-pkg: install bins with 755 not 644! --HG-- extra : convert_revision : b5abbe37bfded3c75949532ddef12f7fec380f25 --- templates/xbps-base-pkg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/xbps-base-pkg/template b/templates/xbps-base-pkg/template index be344079ad6..a0111168ef1 100644 --- a/templates/xbps-base-pkg/template +++ b/templates/xbps-base-pkg/template @@ -19,7 +19,7 @@ do_install() mkdir -p ${destdir}/lib for f in bin cmpver digest repo pkgdb; do - install -D -m644 /usr/local/sbin/xbps-${f} \ + install -D -m755 /usr/local/sbin/xbps-${f} \ ${destdir}/sbin/xbps-${f} done cp -a /usr/local/lib/libxbps.so* ${destdir}/lib