]> git.pld-linux.org Git - packages/Hermes.git/blob - Hermes-DESTDIR.patch
- fixes build
[packages/Hermes.git] / Hermes-DESTDIR.patch
1 diff -Nru Hermes-1.2.5/src/Makefile.am Hermes-1.2.5.new/src/Makefile.am
2 --- Hermes-1.2.5/src/Makefile.am        Fri May 21 03:10:34 1999
3 +++ Hermes-1.2.5.new/src/Makefile.am    Thu Jul  1 05:20:46 1999
4 @@ -25,16 +25,16 @@
5  ##     cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
6  
7  install-data-local:
8 -       $(INSTALL) -m 0755 -d $(includedir)/Hermes
9 +       $(INSTALL) -m 0755 -d $(DESTDIR)$(includedir)/Hermes
10         for incfile in $(publicheaders); do \
11 -         $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \
12 +         $(INSTALL) -m 0644 $$incfile $(DESTDIR)$(includedir)/Hermes; \
13         done
14  
15  uninstall-local:
16 -       for incfile in $(publicheaders); do \
17 +       for incfile in $(publicheaders); do \
18           rm -f $(includedir)/Hermes/$$incfile; \
19         done
20 -       rmdir $(includedir)/Hermes
21 +       rmdir $(DESTDIR)$(includedir)/Hermes
22  
23  libHermes.la: $(libHermes_la_OBJECTS) $(libHermes_la_DEPENDENCIES)
24         $(LINK) -rpath $(libdir) $(libHermes_la_LDFLAGS) \
This page took 0.08207 seconds and 3 git commands to generate.