[Pkg-mono-svn-commits] rev 3214 - mod-mono/trunk/debian
D. Moonfire
dmoonfire-guest at alioth.debian.org
Fri Jun 22 01:01:28 UTC 2007
Author: dmoonfire-guest
Date: 2007-06-22 01:01:28 +0000 (Fri, 22 Jun 2007)
New Revision: 3214
Modified:
mod-mono/trunk/debian/rules
Log:
Found a minor bug if apache-dev was not installed or purged.
Modified: mod-mono/trunk/debian/rules
===================================================================
--- mod-mono/trunk/debian/rules 2007-06-22 00:53:59 UTC (rev 3213)
+++ mod-mono/trunk/debian/rules 2007-06-22 01:01:28 UTC (rev 3214)
@@ -40,7 +40,7 @@
if [ -d apache-build ]; then rm -rf apache-build; fi
-mkdir apache-build
cd apache-build && \
- ../configure $(COMMON_CONFIG) --with-apxs=/usr/bin/apxs
+ ../configure $(COMMON_CONFIG)
touch $@
configure-apache2-stamp:
dh_testdir
More information about the Pkg-mono-svn-commits
mailing list