summaryrefslogtreecommitdiff
path: root/audio/gsm
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-11-17 13:56:56 +0000
committeragc <agc@pkgsrc.org>1997-11-17 13:56:56 +0000
commitb06ed532b8b15071075fa95bd4484bb0f0c3acc1 (patch)
treeedf2aa2b146f451d6ca748d2746efa02e08684b5 /audio/gsm
parent140a4576dafeefd857d9e5d63c0c8742540aa8a0 (diff)
downloadpkgsrc-b06ed532b8b15071075fa95bd4484bb0f0c3acc1.tar.gz
Install toast, tcat and untoast using the correct mode.
Thanks to is for pointing this out.
Diffstat (limited to 'audio/gsm')
-rw-r--r--audio/gsm/patches/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gsm/patches/patch-ab b/audio/gsm/patches/patch-ab
index adc4b9f1a9c..c635c726d55 100644
--- a/audio/gsm/patches/patch-ab
+++ b/audio/gsm/patches/patch-ab
@@ -136,7 +136,7 @@
- make $(TOAST_INSTALL_TARGETS); \
- fi
+ -for f in toast tcat untoast; do \
-+ ${INSTALL} -c -m 0644 bin/$$f ${TOAST_INSTALL_BIN}; \
++ ${INSTALL} -c -m 0755 bin/$$f ${TOAST_INSTALL_BIN}; \
+ done
+ ${INSTALL} -c -m 0644 man/toast.1 ${TOAST_INSTALL_MAN}