From 96c08bab354d369d0188c748b39894a65a9effab Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Fri, 18 Oct 1996 07:48:36 +0000 Subject: Changed the patch to Makefile and added -s flag to the install command in the install: target. --- audio/radio/files/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/radio') diff --git a/audio/radio/files/patch-aa b/audio/radio/files/patch-aa index 33f7cd380664..9c9279a1305d 100644 --- a/audio/radio/files/patch-aa +++ b/audio/radio/files/patch-aa @@ -40,8 +40,8 @@ diff -rc ../radio/Makefile ./Makefile LIBS="$(AFLIBDIRS) -lAF -lAFUtil -lm" + install: all -+ $(INSTALL) -c -o bin -g bin -m 755 broadcast /usr/local/bin/broadcast -+ $(INSTALL) -c -o bin -g bin -m 755 radio /usr/local/bin/radio ++ $(INSTALL) -c -s -o bin -g bin -m 755 broadcast /usr/local/bin/broadcast ++ $(INSTALL) -c -s -o bin -g bin -m 755 radio /usr/local/bin/radio + $(INSTALL) -c -o bin -g bin -m 644 broadcast.man /usr/local/man/man1/broadcast.1 + $(INSTALL) -c -o bin -g bin -m 644 radio.man /usr/local/man/man1/radio.1 -- cgit v1.2.3