From 4e9cb220f9a3d648a5b9b1ec69afcc1b18312636 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 17 Nov 1997 13:56:56 +0000 Subject: Install toast, tcat and untoast using the correct mode. Thanks to is for pointing this out. --- audio/gsm/patches/patch-ab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/gsm/patches') 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} -- cgit v1.2.3