diff options
Diffstat (limited to 'tools/scripts/pkgmk-test.sh')
-rw-r--r-- | tools/scripts/pkgmk-test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/scripts/pkgmk-test.sh b/tools/scripts/pkgmk-test.sh new file mode 100644 index 0000000..5509ac2 --- /dev/null +++ b/tools/scripts/pkgmk-test.sh @@ -0,0 +1,5 @@ +#!/bin/bash +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +CONF=${DIR}/pkgmk-test.conf + +fakeroot pkgmk -cf $CONF -d $1 |