Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromain@blogreen.org <romain@blogreen.org>2011-07-28 12:26:35 +0400
committerromain@blogreen.org <romain@blogreen.org>2011-07-28 12:26:35 +0400
commit42d10e027117613c5fce6bf7bfb82efe18213f74 (patch)
treee97d43d64541267fa240d08ff767071b50c81441 /Makefile
parent0c305dd250d7a8beb4535154d463b84f8d48ae5b (diff)
Be consistent with scripts permissions.
Since most of them are executable, make them all executable and install them as so.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84add5ac..7788e30a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,5 @@ PREFIX?= /usr/local
install:
install -m 755 -o root -g wheel src/poudriere.sh ${PREFIX}/bin/poudriere
mkdir -p ${PREFIX}/share/poudriere
- install -m 644 -o root -g wheel src/poudriere.d/* ${PREFIX}/share/poudriere/
+ install -m 755 -o root -g wheel src/poudriere.d/* ${PREFIX}/share/poudriere/
install -m 644 -o root -g wheel conf/poudriere.conf.sample ${PREFIX}/etc/