summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ad
blob: c874b66a27a5fe737255f0c0321cec0602ef8660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ad,v 1.1 1998/09/05 03:21:11 garbled Exp $
--- innd/Makefile.orig	Fri Aug 28 12:02:45 1998
+++ innd/Makefile	Fri Aug 28 12:03:29 1998
@@ -24,10 +24,10 @@
 install: $D${PATHBIN}/innd $D${PATHBIN}/inndstart
 
 $D${PATHBIN}/innd: innd
-	$(LIBTOOL) ../installit.sh $(OWNER) -m 0550 -b .OLD innd $D${PATHBIN}/innd
+	../installit.sh $(OWNER) -m 0550 -b .OLD innd $D${PATHBIN}/innd
 
 $D${PATHBIN}/inndstart: inndstart
-	-$(LIBTOOL) ../installit.sh -O root -G $(NEWSGROUP) -m 4550 -b .OLD inndstart $D${PATHBIN}/inndstart
+	-../installit.sh -O root -G $(NEWSGROUP) -m 4550 -b .OLD inndstart $D${PATHBIN}/inndstart
 	@ME=`(whoami || /usr/ucb/whoami) 2> /dev/null` ;\
 	if [ "X$$ME" = Xroot ]; then \
 		echo $@ has been installed setuid root. ;\