diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-01-11 19:39:52 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-01-11 19:39:52 +0000 |
commit | 2b893084132c11db76a2d9f3fa17b862dde62e85 (patch) | |
tree | fddaeb4dc954eacf3b458df8b6d9048e0e671752 | |
parent | 296adbc92b2f141493f2baef1a113994f53abb30 (diff) | |
download | lighttpd-2b893084132c11db76a2d9f3fa17b862dde62e85.tar.gz |
eloy: fixdebian/1.4.8-4
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c983694..bb616f8 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/lighttpd \ --with-openssl --with-pcre --with-bz2 --with-ldap --with-mysql configure/lighttpd:: - -mkdir -f debian/conf-enabled + -mkdir debian/conf-enabled chmod a+x debian/create-mime.assign.pl chmod a+x debian/include-conf-enabled.pl chmod a+x debian/lighty-enable-mod |