summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorXavier Roche <roche@httrack.com>2023-01-14 15:49:39 +0100
committerXavier Roche <roche@httrack.com>2023-01-14 15:54:31 +0100
commit87b1b37cdd36e257ab51b80cf9c1729a6ecc9652 (patch)
treeab8f2abe4758c3379ef068ebdcd83ca6d9c6175a /debian/rules
parenta396b12972c061a8b1d1c4cf0bb63f311e0a34e7 (diff)
Move htsserver from /usr/lib/httrack to regular /usr/bin
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index ec5b35c..6cc0320 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,10 +81,6 @@ install: build
mv $(CURDIR)/debian/httrack/usr/share/httrack/html/httrack-doc.html \
$(CURDIR)/debian/httrack/usr/share/doc/httrack/httrack-doc.html
- # place libraries and cleanup
- mkdir -p $(CURDIR)/debian/httrack/usr/lib/$(DEB_HOST_MULTIARCH)/httrack/
- mv $(CURDIR)/debian/httrack/usr/bin/htsserver \
- $(CURDIR)/debian/httrack/usr/lib/$(DEB_HOST_MULTIARCH)/httrack/
# remove *.la (https://wiki.debian.org/ReleaseGoals/LAFileRemoval)
rm -f $(CURDIR)/debian/httrack/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
rm -f $(CURDIR)/debian/httrack/usr/lib/$(DEB_HOST_MULTIARCH)/httrack/*.la