pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/asterisk-sounds-native asterisk-sounds-native: a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21c6c481bc9e
branches:  trunk
changeset: 425180:21c6c481bc9e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Mar 20 11:21:48 2020 +0000

description:
asterisk-sounds-native: adjust workaround for missing x-bit on directories

diffstat:

 comms/asterisk-sounds-native/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 345a8f43ef62 -r 21c6c481bc9e comms/asterisk-sounds-native/Makefile
--- a/comms/asterisk-sounds-native/Makefile     Fri Mar 20 11:09:07 2020 +0000
+++ b/comms/asterisk-sounds-native/Makefile     Fri Mar 20 11:21:48 2020 +0000
@@ -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 @@
 
 # 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} && \



Home | Main Index | Thread Index | Old Index