From 6de1a873f92ae4e82b112991cfbdffde12c44610 Mon Sep 17 00:00:00 2001 From: witekfl Date: Fri, 15 Feb 2008 20:12:09 +0000 Subject: [PATCH] - use values of configure for bindir, libdir and mandir Changed files: amiwm-mandir.patch -> 1.1 --- amiwm-mandir.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 amiwm-mandir.patch diff --git a/amiwm-mandir.patch b/amiwm-mandir.patch new file mode 100644 index 0000000..e8b38d0 --- /dev/null +++ b/amiwm-mandir.patch @@ -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 -- 2.43.0