<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 6: DESTDIR functionality missing</title><link>https://sourceforge.net/p/infozip/feature-requests/6/</link><description>Recent changes to 6: DESTDIR functionality missing</description><atom:link href="https://sourceforge.net/p/infozip/feature-requests/6/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 07 May 2008 18:30:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/infozip/feature-requests/6/feed.rss" rel="self" type="application/rss+xml"/><item><title>DESTDIR functionality missing</title><link>https://sourceforge.net/p/infozip/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;The attached patch adds DESTDIR functionality to zip.&lt;/p&gt;
&lt;p&gt;Kind Regards&lt;/p&gt;
&lt;p&gt;Andreas Florath&lt;/p&gt;
&lt;p&gt;--- zip-2.3.2_orig/unix/Makefile  2006-04-23 01:52:18.000000000 +0200&lt;br /&gt;
+++ zip-2.3.2/unix/Makefile 2008-05-07 14:42:30.000000000 +0200&lt;br /&gt;
@@ -127,12 +127,12 @@&lt;/p&gt;
&lt;p&gt;# install&lt;br /&gt;
install:        $(ZIPS)&lt;br /&gt;
-  -$(INSTALL_D) $(BINDIR)&lt;br /&gt;
-  $(INSTALL_PROGRAM) $(ZIPS) $(BINDIR)&lt;br /&gt;
-  -cd $(BINDIR); $(CHMOD) $(BINFLAGS) $(ZIPS)&lt;br /&gt;
-  -$(INSTALL_D) $(MANDIR)&lt;br /&gt;
-  $(INSTALL) man/zip.1 $(MANDIR)/zip.$(manext)&lt;br /&gt;
-  $(CHMOD) $(MANFLAGS) $(MANDIR)/zip.$(manext)&lt;br /&gt;
+  -$(INSTALL_D) $(DESTDIR)$(BINDIR)&lt;br /&gt;
+  $(INSTALL_PROGRAM) $(ZIPS) $(DESTDIR)$(BINDIR)&lt;br /&gt;
+  -cd $(DESTDIR)$(BINDIR); $(CHMOD) $(BINFLAGS) $(ZIPS)&lt;br /&gt;
+  -$(INSTALL_D) $(DESTDIR)$(MANDIR)&lt;br /&gt;
+  $(INSTALL) man/zip.1 $(DESTDIR)$(MANDIR)/zip.$(manext)&lt;br /&gt;
+  $(CHMOD) $(MANFLAGS) $(DESTDIR)$(MANDIR)/zip.$(manext)&lt;/p&gt;
&lt;p&gt;uninstall:&lt;br /&gt;
-cd $(BINDIR); rm -f $(ZIPS)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Florath</dc:creator><pubDate>Wed, 07 May 2008 18:30:43 -0000</pubDate><guid>https://sourceforge.nete424f9968394486afee7ebb46cb0e605c85c1205</guid></item></channel></rss>