[csw-devel] SF.net SVN: gar:[19602] csw/mgar/pkg/zip/trunk/Makefile

igalic at users.sourceforge.net igalic at users.sourceforge.net
Sat Nov 10 15:57:40 CET 2012


Revision: 19602
          http://gar.svn.sourceforge.net/gar/?rev=19602&view=rev
Author:   igalic
Date:     2012-11-10 14:57:40 +0000 (Sat, 10 Nov 2012)
Log Message:
-----------
zip/trunk: fix bindir to use DESTDIR

Modified Paths:
--------------
    csw/mgar/pkg/zip/trunk/Makefile

Modified: csw/mgar/pkg/zip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zip/trunk/Makefile	2012-11-10 14:53:35 UTC (rev 19601)
+++ csw/mgar/pkg/zip/trunk/Makefile	2012-11-10 14:57:40 UTC (rev 19602)
@@ -25,7 +25,7 @@
 # Further, nothing respects our LDFLAGS, so we have to set
 # those specifically:
 BUILD_ARGS = -f unix/Makefile LOCAL_ZIP="$(CFLAGS)" BIND="$(CC) $(LDFLAGS)"  generic
-INSTALL_ARGS = -f unix/Makefile INSTALL=ginstall BINDIR=$(bindir) MANDIR=$(DESTDIR)$(mandir)/man1 install
+INSTALL_ARGS = -f unix/Makefile INSTALL=ginstall BINDIR=$(DESTDIR)$(bindir) MANDIR=$(DESTDIR)$(mandir)/man1 install
 
 BUILD64 = 1
 ISAEXEC = 1

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