about summary refs log tree commit diff stats
path: root/linux/scripts/pkgmk-test.sh
diff options
context:
space:
mode:
authorbuilder <builder@host>2021-02-26 00:18:20 +0000
committerbuilder <builder@host>2021-02-26 00:18:20 +0000
commit2a862d9141a84b612ec2dd109a7f74a2b10ffb91 (patch)
tree037170f7158639bb6d43ac7ebc656df8e6dcc2bc /linux/scripts/pkgmk-test.sh
parent88ad431d4bef94a816b4a1031fb5a62d4bd8a0d7 (diff)
downloaddoc-2a862d9141a84b612ec2dd109a7f74a2b10ffb91.tar.gz
tools scripts moved to linux
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