mirror of
https://github.com/tmux/tmux.git
synced 2025-01-26 07:58:55 +00:00
chmod +x configure
This commit is contained in:
parent
0c33b73db0
commit
d2275f4abf
3
colour.c
3
colour.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: colour.c,v 1.5 2009-03-07 10:29:06 nicm Exp $ */
|
/* $Id: colour.c,v 1.6 2009-05-18 15:42:30 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -48,7 +48,6 @@ colour_tostring(u_char c)
|
|||||||
return (NULL);
|
return (NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* String to colour. */
|
|
||||||
int
|
int
|
||||||
colour_fromstring(const char *s)
|
colour_fromstring(const char *s)
|
||||||
{
|
{
|
||||||
|
@ -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
|
VERSION= 0.8
|
||||||
|
|
||||||
@ -13,6 +13,7 @@ dist:
|
|||||||
grep '^#FDEBUG=' GNUmakefile
|
grep '^#FDEBUG=' GNUmakefile
|
||||||
[ "`(grep '^VERSION' Makefile; grep '^VERSION' GNUmakefile)| \
|
[ "`(grep '^VERSION' Makefile; grep '^VERSION' GNUmakefile)| \
|
||||||
uniq -u`" = "" ]
|
uniq -u`" = "" ]
|
||||||
|
chmod +x configure
|
||||||
tar -zc \
|
tar -zc \
|
||||||
-s '/.*/${DISTDIR}\/\0/' \
|
-s '/.*/${DISTDIR}\/\0/' \
|
||||||
-f ${DISTDIR}.tar.gz ${DISTFILES}
|
-f ${DISTDIR}.tar.gz ${DISTFILES}
|
||||||
|
Loading…
Reference in New Issue
Block a user