[csw-devel] SF.net SVN: gar:[5070] csw/mgar/pkg/liblasi/trunk/Makefile
ellson at users.sourceforge.net
ellson at users.sourceforge.net
Wed May 27 19:46:36 CEST 2009
Revision: 5070
http://gar.svn.sourceforge.net/gar/?rev=5070&view=rev
Author: ellson
Date: 2009-05-27 17:46:35 +0000 (Wed, 27 May 2009)
Log Message:
-----------
rename install directories:
/opt/csw/share/doc/libLASi-1.1.0 ==> /opt/csw/share/doc/liblasi
/opt/csw/share/liblasi ==> /opt/csw/share/liblasi
Modified Paths:
--------------
csw/mgar/pkg/liblasi/trunk/Makefile
Modified: csw/mgar/pkg/liblasi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/liblasi/trunk/Makefile 2009-05-27 17:36:24 UTC (rev 5069)
+++ csw/mgar/pkg/liblasi/trunk/Makefile 2009-05-27 17:46:35 UTC (rev 5070)
@@ -65,5 +65,8 @@
install-custom:
@echo " ==> Installing $(GARNAME) (custom)"
- @( cd $(WORKSRC) ; gmake install DESTDIR=$(DESTDIR) )
+ @( cd $(WORKSRC) ; \
+ gmake install DESTDIR=$(DESTDIR) ; \
+ mv $(DESTDIR)/opt/csw/share/doc/$(SOURCENAME)-$(GARVERSION) $(DESTDIR)/opt/csw/share/doc/$(GARNAME) ; \
+ mv $(DESTDIR)/opt/csw/share/lasi$(GARVERSION) $(DESTDIR)/opt/csw/share/$(GARNAME))
@$(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