[csw-devel] SF.net SVN: gar:[6118] csw/mgar/pkg/pca/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Aug 27 15:18:32 CEST 2009
Revision: 6118
http://gar.svn.sourceforge.net/gar/?rev=6118&view=rev
Author: dmichelsen
Date: 2009-08-27 13:18:32 +0000 (Thu, 27 Aug 2009)
Log Message:
-----------
pca: Fix patching
Modified Paths:
--------------
csw/mgar/pkg/pca/trunk/Makefile
Modified: csw/mgar/pkg/pca/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pca/trunk/Makefile 2009-08-27 12:45:12 UTC (rev 6117)
+++ csw/mgar/pkg/pca/trunk/Makefile 2009-08-27 13:18:32 UTC (rev 6118)
@@ -39,12 +39,12 @@
include gar/category.mk
post-extract-modulated:
- @gln -s $(DISTNAME) $(WORKSRC)/pca
+ @mv $(WORKSRC)/$(DISTNAME) $(WORKSRC)/pca
@$(MAKECOOKIE)
install-custom:
@ginstall -d $(DESTDIR)$(bindir)
- @ginstall $(WORKSRC)/$(DISTNAME) $(DESTDIR)$(bindir)/pca
+ @ginstall $(WORKSRC)/pca $(DESTDIR)$(bindir)/pca
@ginstall -d $(DESTDIR)$(mandir)/man8
- @pod2man --section=8 $(WORKSRC)/$(DISTNAME) > $(DESTDIR)$(mandir)/man8/pca.8
+ @pod2man --section=8 $(WORKSRC)/pca > $(DESTDIR)$(mandir)/man8/pca.8
@$(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