diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-23 08:13:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-23 08:13:59 +0100 |
commit | 17a6468b3f0fae577b1aaad51b56bdefe15a25c1 (patch) | |
tree | 2e0ccfed1a6a8afb24c2547ca97ae5d8c450b717 /scripts | |
parent | 2548d641ca7adfe3dcf31d09bb2f9b047b186a0f (diff) | |
parent | c66e4117d3ac4d561718a8b17066dc8b04a02027 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/adkprepare.sh | 1 | ||||
-rwxr-xr-x | scripts/m4 | 9 |
2 files changed, 1 insertions, 9 deletions
diff --git a/scripts/adkprepare.sh b/scripts/adkprepare.sh index b526371ef..022a978c1 100755 --- a/scripts/adkprepare.sh +++ b/scripts/adkprepare.sh @@ -34,6 +34,7 @@ openbsd() { pkg_add -v intltool pkg_add -v screen-- pkg_add -v vim--no_x11 + pkg_add -v py-libxml } netbsd() { diff --git a/scripts/m4 b/scripts/m4 deleted file mode 100755 index 8456bce21..000000000 --- a/scripts/m4 +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -if [ -z "$(which gm4 2>/dev/null)" ];then - /usr/bin/m4 "$@" -else - gm4 "$@" -fi |