diff options
Diffstat (limited to 'news/leafnode+/files/patch-ac')
-rw-r--r-- | news/leafnode+/files/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/leafnode+/files/patch-ac b/news/leafnode+/files/patch-ac index 6649dca82505..2a40f77224e3 100644 --- a/news/leafnode+/files/patch-ac +++ b/news/leafnode+/files/patch-ac @@ -1,5 +1,5 @@ --- Makefile.orig Wed Jun 13 10:53:27 2001 -+++ Makefile Sat Jul 7 08:06:32 2001 ++++ Makefile Sat Jul 7 11:33:58 2001 @@ -11,19 +11,19 @@ #AR = ar #RANLIB = ranlib @@ -36,12 +36,12 @@ # # This is the directory where the news is stored. -SPOOLDIR = /var/spool/news -+#SPOOLDIR = /var/spool/news ++SPOOLDIR = @SPOOLDIR@ # # This is the directory where the configuration and group information is # kept. It should preferably not be on the same partition as spooldir -LIBDIR = /usr/lib/leafnode -+LIBDIR = LEAFLIBDIR ++LIBDIR = @LIBDIR@ # # These are about local library. LIBUTIL = libutil.a |