blob: 6bf21ca9516815022297371f0809bfbff847fcd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.3 2010/02/23 20:37:06 spz Exp $
--- programs/irr_notify/Makefile.orig 2001-08-09 20:42:26.000000000 +0000
+++ programs/irr_notify/Makefile
@@ -28,7 +28,7 @@ libnfy.a: $(LIBOBJS)
$(RANLIB) $@
install: $(GOAL)
- $(INSTALL) -m 755 -o root -g bin $(GOAL) $(DESTDIR)/$(GOAL)
+ $(INSTALL) $(GOAL) $(DESTDIR)$(sbindir)/$(GOAL)
clean:
$(RM) *.a *.o core *.core *~* *.purify $(GOAL)
|