From ca71c04a7f4aef5936da60f7a80112c7375e9215 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 22 Feb 2009 19:28:32 +0000 Subject: [PATCH] Remove -n from install command git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9495 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index a32a93c5e..7959fc2e2 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -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