diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-18 15:42:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-18 15:42:30 +0000 |
commit | d2275f4abf48cf02bde6742e9c8afb247eb2247a (patch) | |
tree | 54516bdb85641d7877a8cedd4a6139821ea3d943 /tools | |
parent | 0c33b73db0266f03271340596806423a9ecad66e (diff) | |
download | rtmux-d2275f4abf48cf02bde6742e9c8afb247eb2247a.tar.gz rtmux-d2275f4abf48cf02bde6742e9c8afb247eb2247a.tar.bz2 rtmux-d2275f4abf48cf02bde6742e9c8afb247eb2247a.zip |
chmod +x configure
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dist.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/dist.mk b/tools/dist.mk index 3e11b7f5..c432d60c 100644 --- a/tools/dist.mk +++ b/tools/dist.mk @@ -1,4 +1,4 @@ -# $Id: dist.mk,v 1.2 2009-05-17 18:20:59 nicm Exp $ +# $Id: dist.mk,v 1.3 2009-05-18 15:42:30 nicm Exp $ VERSION= 0.8 @@ -13,6 +13,7 @@ dist: grep '^#FDEBUG=' GNUmakefile [ "`(grep '^VERSION' Makefile; grep '^VERSION' GNUmakefile)| \ uniq -u`" = "" ] + chmod +x configure tar -zc \ -s '/.*/${DISTDIR}\/\0/' \ -f ${DISTDIR}.tar.gz ${DISTFILES} |