summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-03-27 11:32:30 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-03-27 11:32:30 +0000
commit20637c6b34b42e43d10e3e77248ec0ebf376a16e (patch)
treefc8d77f8451e889ff3065c3ebf713b92cfb8324e /Makefile.am
parent959444ac621f0217e202c263e04d2de8c719efba (diff)
downloadtelepathy-glib-20637c6b34b42e43d10e3e77248ec0ebf376a16e.tar.gz
chmod the distributed ChangeLog u+w, not a+w!
20070327113230-53eee-aead81c98db0890e9ab61145c653dc7c2f846a2b.gz
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e1ef9a175..b29f74acf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,5 +7,5 @@ EXTRA_DIST = gtk-doc.make
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug
dist-hook:
- chmod a+w ${distdir}/ChangeLog
+ chmod u+w ${distdir}/ChangeLog
if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi