]> git.pld-linux.org Git - packages/neon.git/commitdiff
- allow DESTDIR-style install (sent to authors)
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 6 Dec 2001 23:17:51 +0000 (23:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    neon-DESTDIR.patch -> 1.1

neon-DESTDIR.patch [new file with mode: 0644]

diff --git a/neon-DESTDIR.patch b/neon-DESTDIR.patch
new file mode 100644 (file)
index 0000000..b08522e
--- /dev/null
@@ -0,0 +1,29 @@
+--- ./Makefile.in.org  Sun Oct  7 21:16:29 2001
++++ ./Makefile.in      Fri Dec  7 00:06:29 2001
+@@ -79,18 +79,18 @@
+ # libtool does all the necessary magic here
+ install-lib: src/libneon.la
+-      $(INSTALL) -d $(libdir)
+-      $(LIBTOOL) --mode=install $(INSTALL) src/libneon.la $(libdir)/libneon.la
++      $(INSTALL) -d $(DESTDIR)$(libdir)
++      $(LIBTOOL) --mode=install $(INSTALL) src/libneon.la $(DESTDIR)$(libdir)/libneon.la
+ install-headers:
+-      $(INSTALL) -d $(neonincludes)
++      $(INSTALL) -d $(DESTDIR)$(neonincludes)
+       @for h in $(DIST_HEADERS); do \
+-              echo Installing $$h into $(neonincludes); \
+-              $(INSTALL_DATA) $(srcdir)/src/$$h $(neonincludes)/$$h || exit 1; \
++              echo Installing $$h into $(DESTDIR)$(neonincludes); \
++              $(INSTALL_DATA) $(srcdir)/src/$$h $(DESTDIR)$(neonincludes)/$$h || exit 1; \
+       done
+ install-config:
+-      $(INSTALL) -d $(bindir)
+-      @echo Installing neon-config into $(bindir)
+-      @$(INSTALL_SCRIPT) neon-config $(bindir)/`echo neon-config|sed '$(transform)'`
++      $(INSTALL) -d $(DESTDIR)$(bindir)
++      @echo Installing neon-config into $(DESTDIR)$(bindir)
++      @$(INSTALL_SCRIPT) neon-config $(DESTDIR)$(bindir)/`echo neon-config|sed '$(transform)'`
This page took 0.082849 seconds and 4 git commands to generate.