summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-03-21 15:50:08 +0000
committerSam Leffler <sam@FreeBSD.org>2006-03-21 15:50:08 +0000
commitcbfec51a4b15a278763360c8b51536c3ecaa9d14 (patch)
tree170b07dbbf80603e4e95f03d3c0e562b21b34380
parentaba5d3810d769f84a1bd2d2c823933d109ca16de (diff)
Notes
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index f7a19a778db1b..9bad024a26cc7 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1117,7 +1117,8 @@ doTARBALL:
> ${RD}/dists/${TD}/$$tn.inf && \
if [ -f ${.CURDIR}/scripts/$${TD}-install.sh ]; then \
cp -p ${.CURDIR}/scripts/$${TD}-install.sh \
- ${RD}/dists/${TD}/install.sh; \
+ ${RD}/dists/${TD}/install.sh && \
+ chmod +x ${RD}/dists/${TD}/install.sh; \
fi && \
if [ "${SD}" != "/usr/src" ]; then \
mtree -c -i -p ${SD}/${ARG} \