[csw-devel] SF.net SVN: gar:[21386] csw/mgar/pkg/scummvm/trunk/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Thu Jun 20 22:48:58 CEST 2013
Revision: 21386
http://gar.svn.sourceforge.net/gar/?rev=21386&view=rev
Author: lblume
Date: 2013-06-20 20:48:57 +0000 (Thu, 20 Jun 2013)
Log Message:
-----------
scummvm/trunk: Use the proper PATH variable
Modified Paths:
--------------
csw/mgar/pkg/scummvm/trunk/Makefile
Modified: csw/mgar/pkg/scummvm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scummvm/trunk/Makefile 2013-06-20 18:47:26 UTC (rev 21385)
+++ csw/mgar/pkg/scummvm/trunk/Makefile 2013-06-20 20:48:57 UTC (rev 21386)
@@ -63,10 +63,10 @@
PATH := /opt/csw/gnu:$(PATH)
post-install-modulated:
- ginstall -m 0644 $(FILEDIR)/README.solaris \
+ ginstall -m 0644 $(WORKDIR)/README.solaris \
$(DESTDIR)$(datadir)/doc/scummvm/
ginstall -m 755 -d $(DESTDIR)$(datadir)/applications
- ginstall -m 0644 $(FILEDIR)/scummvm.desktop \
+ ginstall -m 0644 $(WORKDIR)/scummvm.desktop \
$(DESTDIR)$(datadir)/applications/
@$(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list