##// END OF EJS Templates
debian: install hg-ssh to /usr/bin just like downstream
Augie Fackler -
r26296:9cecbe83 default
parent child Browse files
Show More
@@ -26,4 +26,5 b' override_dh_install:'
26 find $(CURDIR)/debian/mercurial-common/usr/lib \
26 find $(CURDIR)/debian/mercurial-common/usr/lib \
27 -name '*.so' ! -type d -delete , \
27 -name '*.so' ! -type d -delete , \
28 -type d -empty -delete
28 -type d -empty -delete
29 cp contrib/hg-ssh $(CURDIR)/debian/mercurial-common/usr/bin
29 rm $(CURDIR)/debian/mercurial-common/usr/bin/hg
30 rm $(CURDIR)/debian/mercurial-common/usr/bin/hg
General Comments 0
You need to be logged in to leave comments. Login now