Description: Don't install module
 The makefiles installs the module in /usr/lib/apache2 instead of
 $PREFIX/usr/lib/apache2.
 This patch disables the installation. The module will be installed by
 dh_apache2.
Author: Ivo De Decker <ivo.dedecker@ugent.be>
Forwarded: not-needed
Last-Update: 2012-05-28

--- libapache2-mod-auth-pubtkt-0.6b+git20120528.orig/src/Makefile
+++ libapache2-mod-auth-pubtkt-0.6b+git20120528/src/Makefile
@@ -9,7 +9,7 @@ $(TARGET): mod_auth_pubtkt.c ap_compat.h
 	$(APXS) -c -Wc,"-Wall -ansi $(CFLAGS)" -Wl,"$(LDFLAGS)" -l crypto $(MOD).c
 
 install: $(TARGET)
-	$(APXS) -i $(TARGET)
+	#$(APXS) -i $(TARGET)
 
 clean:
 	-rm -f $(MOD).o $(MOD).so $(MOD).la $(MOD).lo $(MOD).slo
