]> git.pld-linux.org Git - packages/aewan.git/commitdiff
- small patch to use DESTDIR AC-branch AC-STABLE auto/ac/aewan-0_9_3-1
authorundefine <undefine@pld-linux.org>
Mon, 18 Oct 2004 22:38:59 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aewan-DESTDIR.patch -> 1.1

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

diff --git a/aewan-DESTDIR.patch b/aewan-DESTDIR.patch
new file mode 100644 (file)
index 0000000..8149d21
--- /dev/null
@@ -0,0 +1,19 @@
+--- aewan-0.9.3/Makefile.in~   2004-08-17 19:51:30.000000000 +0000
++++ aewan-0.9.3/Makefile.in    2004-10-19 04:30:25.195123664 +0000
+@@ -73,11 +73,11 @@
+       rm -f configure
+ install: all
+-      mkdir -p $(bindir)
+-      cp $(execs) $(bindir)
+-      mkdir -p $(mandir)/man1 $(mandir)/man5
+-      cp man/man1/*.1 $(mandir)/man1
+-      cp man/man5/*.5 $(mandir)/man5
++      mkdir -p $(DESTDIR)$(bindir)
++      cp $(execs) $(DESTDIR)$(bindir)
++      mkdir -p $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
++      cp man/man1/*.1 $(DESTDIR)$(mandir)/man1
++      cp man/man5/*.5 $(DESTDIR)$(mandir)/man5
+ -include depends
This page took 0.079253 seconds and 4 git commands to generate.