mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
$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)
|