summaryrefslogtreecommitdiff
path: root/news/suck/files/patch-aa
blob: c690860ae8c13e1726fe07ad81c4704b343bac60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- Makefile.in.orig	Sun Oct 19 03:31:18 1997
+++ Makefile.in	Wed Oct 29 17:51:26 1997
@@ -7,7 +7,7 @@
 
 # Step1: Define the location of the History file(s)
 #HISTORYF=/var/news/etc/history
-HISTORYF=/usr/lib/news/history
+HISTORYF=/usr/local/news/lib/history
 
 # Step 2: Define ONE of the CHKHISTORY 
 CHKHISTORY=chkhistory.o	# use flat file history routine
@@ -129,7 +129,7 @@
 
 install_bin: suck rpost testhost lmove
 	- mkdir -p $(bindir)
-	- strip -s suck rpost testhost lmove
+	- strip -x suck rpost testhost lmove
 	$(INSTALL_PROGRAM) suck $(bindir)/suck
 	$(INSTALL_PROGRAM) rpost $(bindir)/rpost
 	$(INSTALL_PROGRAM) testhost $(bindir)/testhost
@@ -153,7 +153,7 @@
 	$(MAKE) -C $(IMAN)
 
 install_lpost: lpost $(MAN)/lpost.1
-	- strip -s lpost
+	- strip -x lpost
 	$(INSTALL_PROGRAM) lpost $(bindir)/lpost
 	$(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)