From 0a737a017a4ee0d68c6cbf37ebe49f1bd932cc50 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 18 Nov 1996 18:32:56 +0000 Subject: Erik Troan's corrections. svn path=/trunk/; revision=556 --- specgen.sh | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'specgen.sh') diff --git a/specgen.sh b/specgen.sh index 3aba9d0a..eeb16dcc 100755 --- a/specgen.sh +++ b/specgen.sh @@ -11,28 +11,12 @@ Group: Mail %setup %build -%ifarch i386 -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr -%endif - -%ifarch axp -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr -%endif - +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr make %install make install - -%ifarch i386 -%endif - -%ifarch i386 -%post -%endif - - %files %doc README NEWS NOTES COPYING INSTALL sample.rcfile -- cgit v1.2.3