qubes-linux-template-builder/build_template_rpm
2011-11-06 14:02:39 +01:00

13 lines
223 B
Bash
Executable File

#!/bin/sh
NAME=$1
if [ x$NAME = x ] ; then
echo "usage $0 <template_name>"
exit 1
fi
SIGN_OPT=--sign
[ "$NO_SIGN" = "1" ] && SIGN_OPT=
rpmbuild $SIGN_OPT --target noarch --define "template_name $NAME" -bb templates.spec