summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt.changes6
-rw-r--r--quilt.spec.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index abc398f..705b369 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Oct 9 16:34:04 CEST 2006 - agruen@suse.de
+
+- quilt.spec.in: Pass %_mandir to --configure (fix from Anders
+ Larsen).
+
+-------------------------------------------------------------------
Fri Sep 22 16:09:55 CEST 2006 - khali@linux-fr.org
- quilt/delete.in: Display the proper error message when using
diff --git a/quilt.spec.in b/quilt.spec.in
index b7a6761..3291314 100644
--- a/quilt.spec.in
+++ b/quilt.spec.in
@@ -30,7 +30,7 @@ Authors:
%setup
%build
-CFLAGS="$RPM_OPT_FLAGS" ./configure
+CFLAGS="$RPM_OPT_FLAGS" ./configure --mandir=%_mandir
make prefix=/usr BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release
%install