]> git.sven.stormbind.net Git - sven/mysqltcl.git/blobdiff - debian/rules
Replaced makefiletargets patch with some rm -rf in rules to make it more obvious...
[sven/mysqltcl.git] / debian / rules
index c62250bc0a2ffa501b10199e4121fd8f275367df..61fb953d0e8199f4a3793a2154561b7ee4ff3ac3 100755 (executable)
@@ -62,6 +62,10 @@ install: build
        dh_installdirs
 
        $(MAKE) install DESTDIR=$(CURDIR)/debian/mysqltcl/
+       rm -rf \
+               $(CURDIR)/debian/mysqltcl/usr/share/man/mann \
+               $(CURDIR)/debian/mysqltcl/usr/bin \
+               $(CURDIR)/debian/mysqltcl/usr/include
 
 
 # Build architecture-independent files here.