diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-09 15:58:39 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-09 15:58:39 +0000 |
commit | 6877d7fdfc13c80db4bdc2b1d8895cbbb22300d9 (patch) | |
tree | 53b18c88b834d6a8657a4052fbecf779e7133cf9 | |
parent | 3bfbb1cebd5c71b77d0bc979528ab87f65bf4894 (diff) |
Fixed history.txt location
-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 |