[csw-devel] SF.net SVN: gar:[2275] csw/trunk/apps/opera/Makefile
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Wed Nov 12 15:35:45 CET 2008
Revision: 2275
http://gar.svn.sourceforge.net/gar/?rev=2275&view=rev
Author: idogan23
Date: 2008-11-12 14:35:45 +0000 (Wed, 12 Nov 2008)
Log Message:
-----------
opera: fixed install-custom
Modified Paths:
--------------
csw/trunk/apps/opera/Makefile
Modified: csw/trunk/apps/opera/Makefile
===================================================================
--- csw/trunk/apps/opera/Makefile 2008-11-12 14:12:28 UTC (rev 2274)
+++ csw/trunk/apps/opera/Makefile 2008-11-12 14:35:45 UTC (rev 2275)
@@ -25,11 +25,11 @@
install-custom:
echo " ==> Installing $(GARNAME)"
ginstall -d $(DESTDIR)$(prefix)/etc
- cp -r $(WORKSRC)/etc $(DESTDIR)$(prefix)/etc
+ cp -r $(WORKSRC)/etc/* $(DESTDIR)$(prefix)/etc
ginstall -d $(DESTDIR)$(prefix)/lib
- cp -r $(WORKSRC)/lib $(DESTDIR)$(prefix)/lib
+ cp -r $(WORKSRC)/lib/* $(DESTDIR)$(prefix)/lib
ginstall -d $(DESTDIR)$(prefix)/share
- cp -r $(WORKSRC)/share $(DESTDIR)$(prefix)/share
+ cp -r $(WORKSRC)/share/* $(DESTDIR)$(prefix)/share
ginstall -d $(DESTDIR)$(prefix)/bin
ginstall -m 755 $(WORKSRC)/opera $(DESTDIR)$(prefix)/bin
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