]> git.pld-linux.org Git - packages/Hermes.git/commitdiff
- allow "make install DESTDIR=</install/prefix>".
authorkloczek <kloczek@pld-linux.org>
Thu, 1 Jul 1999 02:58:13 +0000 (02:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Hermes-DESTDIR.patch -> 1.1

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

diff --git a/Hermes-DESTDIR.patch b/Hermes-DESTDIR.patch
new file mode 100644 (file)
index 0000000..dbcd122
--- /dev/null
@@ -0,0 +1,24 @@
+diff -Nru Hermes-1.2.5/src/Makefile.am Hermes-1.2.5.new/src/Makefile.am
+--- Hermes-1.2.5/src/Makefile.am       Fri May 21 03:10:34 1999
++++ Hermes-1.2.5.new/src/Makefile.am   Thu Jul  1 05:20:46 1999
+@@ -25,16 +25,16 @@
+ ##    cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
+ install-data-local:
+-      $(INSTALL) -m 0755 -d $(includedir)/Hermes
++      $(INSTALL) -m 0755 -d $(DESTDIR)$(includedir)/Hermes
+       for incfile in $(publicheaders); do \
+-        $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \
++        $(INSTALL) -m 0644 $$incfile $(DESTDIR)$(includedir)/Hermes; \
+       done
+ uninstall-local:
+-      for incfile in $(publicheaders); do \
++      for incfile in $(DESTDIR)$(publicheaders); do \
+         rm -f $(includedir)/Hermes/$$incfile; \
+       done
+-      rmdir $(includedir)/Hermes
++      rmdir $(DESTDIR)$(includedir)/Hermes
+ libHermes.la: $(libHermes_la_OBJECTS) $(libHermes_la_DEPENDENCIES)
+       $(LINK) -rpath $(libdir) $(libHermes_la_LDFLAGS) \
This page took 0.0553 seconds and 4 git commands to generate.