Do not include builder_setup in build_template_rpm

Everything it needs is already present in the environment.
pull/1/head
Marek Marczykowski-Górecki 9 years ago
parent af8cd92285
commit 853a4679fb

@ -6,7 +6,6 @@ echo "usage $0 <template_name>"
exit 1
fi
. ./builder_setup
rpmbuild --target noarch \
--define "template_name $NAME" \

Loading…
Cancel
Save