qubes-linux-template-builder/build_template_rpm
2011-11-09 16:28:37 +01:00

16 lines
289 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" \
--define "_topdir $PWD/rpmbuild" \
-bb templates.spec