diff options
Diffstat (limited to 'comms/sms_client/files/patch-ac')
-rw-r--r-- | comms/sms_client/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/sms_client/files/patch-ac b/comms/sms_client/files/patch-ac new file mode 100644 index 0000000..1e565f3 --- /dev/null +++ b/comms/sms_client/files/patch-ac @@ -0,0 +1,10 @@ +--- ./src/queue/Makefile.orig Sun Oct 27 16:16:10 2002 ++++ ./src/queue/Makefile Sun Oct 27 16:16:16 2002 +@@ -35,7 +35,6 @@ + all: ../../bin/sms_queue + + install: ../../bin/sms_queue +- $(INSTALL) -m 755 -d $(BINDIR) + $(INSTALL) -s -o $(SMSUSER) -g $(SMSGROUP) -m 755 ../../bin/sms_queue $(BINDIR) + + uninstall: |