summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-03-20 11:21:48 +0000
committertnn <tnn@pkgsrc.org>2020-03-20 11:21:48 +0000
commit60f6b8bb7205016b0f59f26c4f74ce7faba5ff69 (patch)
tree7ba264f881434384592475adc8038e1371a99c6f /comms
parentb25ba18c52859dbdce91e5120f8a068c262ea767 (diff)
downloadpkgsrc-60f6b8bb7205016b0f59f26c4f74ce7faba5ff69.tar.gz
asterisk-sounds-native: adjust workaround for missing x-bit on directories
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk-sounds-native/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk-sounds-native/Makefile b/comms/asterisk-sounds-native/Makefile
index 3190e56c7e0..7c692b1fe25 100644
--- a/comms/asterisk-sounds-native/Makefile
+++ b/comms/asterisk-sounds-native/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/27 22:21:57 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/20 11:21:48 tnn Exp $
DISTNAME= asterisk-native-sounds-20060209-01-ulaw
PKGNAME= asterisk-sounds-native-20060209
@@ -24,7 +24,7 @@ INSTALLATION_DIRS= libdata/asterisk/sounds/dictate \
# work around bogosity in distfile: tarred with non-x directories
post-extract:
- find ${WRKSRC} -type d -exec chmod a+x {} \;
+ find ${WRKDIR} -type d -exec chmod a+x {} \;
do-install:
cd ${WRKDIR} && \