diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 14:37:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 14:37:43 +0200 |
commit | 3da99af93a2f24288aba5d8aa2879ce1b6e95dbb (patch) | |
tree | 3afde8e5d57c28582d6d3cd98f064b3711141276 /scripts | |
parent | 18f05255fbe30ee3929453a8333208de67b05d11 (diff) | |
parent | 8ea87cbaf6a1873b77c5ce4e4104e8dd7c7a0211 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/adkprepare.sh | 2 | ||||
-rw-r--r-- | scripts/rstrip.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/adkprepare.sh b/scripts/adkprepare.sh index 168938952..08503bafd 100755 --- a/scripts/adkprepare.sh +++ b/scripts/adkprepare.sh @@ -87,7 +87,7 @@ freebsd() { freebsd_full() { echo "Preparing FreeBSD for full OpenADK package builds" - pkg_add -r intltool lynx bison zip xkbcomp glib20 libIDL + pkg_add -r intltool lynx bison zip xkbcomp glib20 libIDL autoconf262 } case $os in diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh index 0c7550d8e..951362d35 100644 --- a/scripts/rstrip.sh +++ b/scripts/rstrip.sh @@ -54,6 +54,7 @@ find $TARGETS -type f -a -exec file {} \; | \ esac echo "$SELF: $V:$S" echo "-> $T $F" + eval "chmod u+w $F" eval "$T $F" done exit 0 |