diff options
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index dc8b330..7acaab9 100755 --- a/debian/rules +++ b/debian/rules @@ -74,8 +74,6 @@ install: build # and put in place the two outer files mv $(CURDIR)/debian/httrack/usr/share/httrack/html/httrack-doc.html \ $(CURDIR)/debian/httrack/usr/share/doc/httrack/httrack-doc.html - mv $(CURDIR)/debian/httrack/usr/share/httrack/html/history.txt \ - $(CURDIR)/debian/httrack/usr/share/doc/httrack/history.txt # place libraries and cleanup mkdir -p $(CURDIR)/debian/httrack/usr/lib/httrack/ @@ -104,10 +102,6 @@ install: build dh_movefiles --sourcedir=debian/httrack - # don't move history file to httrack-doc - mv $(CURDIR)/debian/httrack-doc/usr/share/doc/httrack/history.txt \ - $(CURDIR)/debian/httrack/usr/share/doc/httrack/ - # remove empty dirs find debian -type d | xargs rmdir -p --ignore-fail-on-non-empty |