]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Fix for chrony.spec on SuSE (Paul Elliot)
authorrichard <richard>
Sun, 14 Sep 2003 21:56:56 +0000 (21:56 +0000)
committerRichard P. Curnow <rc@rc0.org.uk>
Thu, 19 Jan 2006 21:37:13 +0000 (21:37 +0000)
NEWS
chrony.spec.sample

diff --git a/NEWS b/NEWS
index aeee89b9919e8758e0fff11d7e6a01813426725f..420b4ec2ccc7048aa5dc4f25992affc2188696ae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ New in version 1.20
 * Fix for Linux on SH-5 (floating point denorm handling).
 * Add detection of Linux 2.5
 * Allow arbitrary value of HZ in Linux kernel
+* Fix for chrony.spec on SuSE (Paul Elliot)
 
 New in version 1.19
 ===================
index 361617ae43dc4521076e977806e898b69e0e255a..1ea69690f308b24f04c9b397eda10882963a6b05 100644 (file)
@@ -24,7 +24,7 @@ act as an RFC1305-compatible NTP server.
 %setup
 
 %build
-./configure --prefix=%{_prefix}
+./configure --prefix=%{_prefix} --mandir=%{_mandir}
 make CC=gcc CFLAGS=-O2 prefix=%{_prefix}
 make chrony.txt prefix=%{_prefix}
 make chrony.info prefix=%{_prefix}