summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/adkprepare.sh2
-rw-r--r--scripts/rstrip.sh1
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