about summary refs log tree commit diff stats
path: root/linux/scripts/pkgmk-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linux/scripts/pkgmk-test.sh')
-rw-r--r--linux/scripts/pkgmk-test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/scripts/pkgmk-test.sh b/linux/scripts/pkgmk-test.sh
new file mode 100644
index 0000000..4cfe2c3
--- /dev/null
+++ b/linux/scripts/pkgmk-test.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+CONF=${DIR}/pkgmk-test.conf
+echo "pkgmk -cf $CONF -d -is $1"
+fakeroot pkgmk -cf $CONF -d -is $1