forked from extern/shorewall_code
Remove -n from install command
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9495 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f25514cfdc
commit
ca71c04a7f
@ -31,7 +31,7 @@ a multi-function gateway/ router/server or on a standalone GNU/Linux system.
|
|||||||
export PREFIX=$RPM_BUILD_ROOT ; \
|
export PREFIX=$RPM_BUILD_ROOT ; \
|
||||||
export OWNER=`id -n -u` ; \
|
export OWNER=`id -n -u` ; \
|
||||||
export GROUP=`id -n -g` ;\
|
export GROUP=`id -n -g` ;\
|
||||||
./install.sh -n
|
./install.sh
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user