summaryrefslogtreecommitdiff
path: root/audio/gsm
diff options
context:
space:
mode:
authoragc <agc>1997-11-17 13:56:56 +0000
committeragc <agc>1997-11-17 13:56:56 +0000
commit4e9cb220f9a3d648a5b9b1ec69afcc1b18312636 (patch)
treeedf2aa2b146f451d6ca748d2746efa02e08684b5 /audio/gsm
parent691a30dee3f479f7d3fb6141a97a925067ff5078 (diff)
downloadpkgsrc-4e9cb220f9a3d648a5b9b1ec69afcc1b18312636.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}