]> git.pld-linux.org Git - packages/gnustep-gui.git/commitdiff
- added using %%{__make} macro.
authorkloczek <kloczek@pld-linux.org>
Fri, 9 Jun 2000 07:22:52 +0000 (07:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnustep-gui.spec -> 1.4

gnustep-gui.spec

index 1376d2060a797dcbb0192a3d666cfbc99d734854..bb56dcd07847f05daeea88837106834965502f0e 100644 (file)
@@ -57,7 +57,7 @@ if [ -z "$GNUSTEP_SYSTEM_ROOT" ]; then
 fi
 install -d ${RPM_BUILD_ROOT}%{_prefix}/GNUstep/Library/Services
 
-make install GNUSTEP_INSTALLATION_DIR=${RPM_BUILD_ROOT}%{_prefix}/GNUstep
+%{__make} install GNUSTEP_INSTALLATION_DIR=${RPM_BUILD_ROOT}%{_prefix}/GNUstep
 
 cat > filelist.rpm.in << EOF
 %defattr (-, bin, bin)
@@ -107,7 +107,10 @@ rm -rf $RPM_BUILD_ROOT
 All persons listed below can be reached at <cvs_login>@pld.org.pl
 
 $Log: gnustep-gui.spec,v $
-Revision 1.3  2000-05-20 13:37:50  kloczek
+Revision 1.4  2000-06-09 07:22:52  kloczek
+- added using %%{__make} macro.
+
+Revision 1.3  2000/05/20 13:37:50  kloczek
 - spec adapterized and partialy rewrited.
 
 * Sat Sep 18 1999 Christopher Seawood <cls@seawood.org>
This page took 0.089108 seconds and 4 git commands to generate.