mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-04 12:57:57 +02:00
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:
@ -31,7 +31,7 @@ a multi-function gateway/ router/server or on a standalone GNU/Linux system.
|
||||
export PREFIX=$RPM_BUILD_ROOT ; \
|
||||
export OWNER=`id -n -u` ; \
|
||||
export GROUP=`id -n -g` ;\
|
||||
./install.sh -n
|
||||
./install.sh
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
Reference in New Issue
Block a user