summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-16 17:07:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-16 17:07:50 +0100
commit1e50ce596cfeb499bf479e1dfded8707a84f79d2 (patch)
tree3cdd7d2621d1d5f23c870fdbead7dbf53e8d3cc5 /scripts
parent34463134b00acf3d0305f30eb858c9a89b71a05f (diff)
parent2f5fd9680065f15ebb6a3962d9bfac89f383db9a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/adkprepare.sh1
-rwxr-xr-xscripts/m49
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