summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Eversberg2010-06-04 10:27:17 +0200
committerAndreas Eversberg2010-06-04 10:27:17 +0200
commit513e12ace547adc9c4a4eec4c15592451fb1b7b4 (patch)
tree00da78c46598a1b370798928e97694effb928a8a /Makefile.in
parentAdded detection of tone_zone_sound structure name. Thanx to Janis for this (diff)
downloadlcr-513e12ace547adc9c4a4eec4c15592451fb1b7b4.tar.gz
lcr-513e12ace547adc9c4a4eec4c15592451fb1b7b4.tar.xz
lcr-513e12ace547adc9c4a4eec4c15592451fb1b7b4.zip
Test patch #1 for chan_lcr, to debug the Asterisk freeze problem.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3b7f738..5fe987b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -214,6 +214,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
POW_LIB = @POW_LIB@
@@ -679,7 +680,8 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
- -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+ -find "$(distdir)" -type d ! -perm -755 \
+ -exec chmod u+rwx,go+rx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \