SF.net SVN: gar:[23669] csw/mgar/pkg/gnustep-base/trunk/Makefile
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Tue May 20 00:54:53 CEST 2014
Revision: 23669
http://sourceforge.net/p/gar/code/23669
Author: rmottola
Date: 2014-05-19 22:54:52 +0000 (Mon, 19 May 2014)
Log Message:
-----------
gnustep-base/trunk: trick to repeat DESTDIR
Modified Paths:
--------------
csw/mgar/pkg/gnustep-base/trunk/Makefile
Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnustep-base/trunk/Makefile 2014-05-19 22:22:35 UTC (rev 23668)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2014-05-19 22:54:52 UTC (rev 23669)
@@ -45,7 +45,7 @@
@$(MAKECOOKIE)
install-sourcegs:
- . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) install
+ . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) install DESTDIR=$(DESTDIR)
@$(MAKECOOKIE)
test-none :
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