]> git.pld-linux.org Git - packages/amiwm.git/commitdiff
- use values of configure for bindir, libdir and mandir
authorwitekfl <witekfl@pld-linux.org>
Fri, 15 Feb 2008 20:12:09 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amiwm-mandir.patch -> 1.1

amiwm-mandir.patch [new file with mode: 0644]

diff --git a/amiwm-mandir.patch b/amiwm-mandir.patch
new file mode 100644 (file)
index 0000000..e8b38d0
--- /dev/null
@@ -0,0 +1,15 @@
+--- amiwm0.20pl48/Makefile.in.old      2008-02-15 20:10:17.000000000 +0100
++++ amiwm0.20pl48/Makefile.in  2008-02-15 20:11:09.000000000 +0100
+@@ -12,9 +12,9 @@ LIBS = @X_LIBS@ @X_PRE_LIBS@ -Llibami -l
+       -lX11 @X_EXTRA_LIBS@ @LIBS@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+-bindir = $(exec_prefix)/bin
+-libdir = $(exec_prefix)/lib
+-mandir = $(prefix)/man
++bindir = @bindir@
++libdir = @libdir@
++mandir = @mandir@
+ INSTALL = @INSTALL@
+ LN_S = @LN_S@
+ RM = -rm -f
This page took 0.139745 seconds and 4 git commands to generate.