comparison contrib/debian/rules @ 26296:9cecbe837c94

debian: install hg-ssh to /usr/bin just like downstream
author Augie Fackler <augie@google.com>
date Tue, 22 Sep 2015 14:13:07 -0400
parents 7f49efcaa9b4
children 346afebd8fa9
comparison
equal deleted inserted replaced
26295:e7cb19b1ef2b 26296:9cecbe837c94
24 make install-doc PREFIX=$(CURDIR)/debian/mercurial-common/usr 24 make install-doc PREFIX=$(CURDIR)/debian/mercurial-common/usr
25 # remove arch-dependent python stuff 25 # remove arch-dependent python stuff
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