diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2011-02-18 00:40:24 +0100 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2011-03-02 18:55:24 +0100 |
commit | 0bfbee7fdc6349857e1d14454c058179ad6a9084 (patch) | |
tree | ab3b36fae07b84fae99e77f6f45cd60315f3ebcc | |
parent | 4e83fa727994f8e6a6a171cfcaad6519a4aa32a2 (diff) | |
download | zsh-0bfbee7fdc6349857e1d14454c058179ad6a9084.tar.gz zsh-0bfbee7fdc6349857e1d14454c058179ad6a9084.zip |
Make sure a configure script is executable and stamp.h.in exists
When we are creating ./configure from a quilt patch, the resulting file
may not be executable. Either directly from patch(1) or after
dpkg-source is done with it. Make sure it'll be alright when we need
to use it.
`stamp.h.in' is also created by `./Util/preconfig'. It's an empty file,
so we're not creating it using quilt but just touch it here.
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index d0b0edd86..82643797f 100755 --- a/debian/rules +++ b/debian/rules @@ -79,11 +79,8 @@ build-debug: build stamp-configure: $(checkdir) -ifneq (zsh-beta,$(package)) touch stamp-h.in configure -else chmod 755 configure -endif mkdir -p obj/testhome ifeq (zsh-beta,$(package)) test -f Config/version.mk.orig || cp Config/version.mk Config/version.mk.orig |