Create new tarball when asked to create a new RPM

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2558 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-08-24 20:46:56 +00:00
parent 8c43bf109e
commit 78283799c8

View File

@ -165,6 +165,7 @@ while [ -z "$done" ]; do
option=${option#t}
;;
r*)
BUILDTARBALL=Yes
BUILDRPM=Yes
option=${option#r}
;;