From 614073066073f3c68a5f1c7869ae2f45cc65a966 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Tue, 25 Dec 2007 19:14:30 +0000 Subject: [PATCH] Remove empty diretories from build --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index b88d963..f8e59d5 100755 --- a/debian/rules +++ b/debian/rules @@ -62,6 +62,10 @@ install: build dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tclcurl + rm -rf \ + $(CURDIR)/debian/mysqltcl/usr/bin \ + $(CURDIR)/debian/mysqltcl/usr/include + # Build architecture-independent files here. binary-indep: build install -- 2.39.2