From: Sven Hoexter Date: Tue, 25 Dec 2007 19:17:54 +0000 (+0000) Subject: change file removal path to tclcurl X-Git-Tag: debian/7.17.1-1~10 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=711f9528f1e649fe13894bc7061c206cee9a9e97 change file removal path to tclcurl --- diff --git a/debian/rules b/debian/rules index f8e59d5..1e1b8ab 100755 --- a/debian/rules +++ b/debian/rules @@ -63,8 +63,9 @@ install: build $(MAKE) install DESTDIR=$(CURDIR)/debian/tclcurl rm -rf \ - $(CURDIR)/debian/mysqltcl/usr/bin \ - $(CURDIR)/debian/mysqltcl/usr/include + $(CURDIR)/debian/tclcurl/usr/share/man/mann \ + $(CURDIR)/debian/tclcurl/usr/bin \ + $(CURDIR)/debian/tclcurl/usr/include # Build architecture-independent files here.