diff options
author | Sam Leffler <sam@FreeBSD.org> | 2006-03-21 15:50:08 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2006-03-21 15:50:08 +0000 |
commit | cbfec51a4b15a278763360c8b51536c3ecaa9d14 (patch) | |
tree | 170b07dbbf80603e4e95f03d3c0e562b21b34380 /release/Makefile | |
parent | aba5d3810d769f84a1bd2d2c823933d109ca16de (diff) | |
download | src-test2-cbfec51a4b15a278763360c8b51536c3ecaa9d14.tar.gz src-test2-cbfec51a4b15a278763360c8b51536c3ecaa9d14.zip |
Notes
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index f7a19a778db1..9bad024a26cc 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} \ |