rpms/geoqo/F-8 geoqo-makefile.patch,NONE,1.1

Wes Hardaker hardaker at fedoraproject.org
Thu Nov 20 01:01:13 UTC 2008


Author: hardaker

Update of /cvs/extras/rpms/geoqo/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31694

Added Files:
	geoqo-makefile.patch 
Log Message:
added missing patch

geoqo-makefile.patch:

--- NEW FILE geoqo-makefile.patch ---
Index: Makefile.PL
===================================================================
--- Makefile.PL	(revision 1013)
+++ Makefile.PL	(working copy)
@@ -24,16 +24,20 @@
 sub MY::postamble {
     return '
 
-DATADIR=$(DESTDIR)$(PREFIX)/share/geoqo/
-SCRIPTSDIR=$(DESTDIR)$(PREFIX)/share/geoqo/scripts
-ICONSDIR=$(DESTDIR)$(PREFIX)/share/geoqo/icons
+GQINSTALLDIR=$(DATADIR)$(PREFIX)
 
+DATADIR=$(GQINSTALLDIR)/share/geoqo/
+SCRIPTSDIR=$(GQINSTALLDIR)/share/geoqo/scripts
+ICONSDIR=$(GQINSTALLDIR)/share/geoqo/icons
+
 SCRIPTSUBDIRS=search-plugins search-modifiers
 
 INSTALL=$(PERL) "-MExtUtils::Command" -e cp
 
-install:: eraseoldscripts installscriptfiles installotherfiles
+install:: geoqoadditions
 
+geoqoadditions: eraseoldscripts installscriptfiles installotherfiles
+
 eraseoldscripts:
 	$(RM_RF) $(SCRIPTSDIR)
 




More information about the scm-commits mailing list