##// END OF EJS Templates
debian: install hgk as part of mercurial-common (issue4829)...
Augie Fackler -
r26299:79e1064f default
parent child Browse files
Show More
@@ -0,0 +1,2 b''
1 [hgk]
2 path = /usr/share/mercurial/hgk
@@ -27,6 +27,8 b' override_dh_install:'
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 cp contrib/hg-ssh $(CURDIR)/debian/mercurial-common/usr/bin
30 mkdir -p $(CURDIR)/debian/mercurial-common/usr/share/mercurial
31 cp contrib/hgk $(CURDIR)/debian/mercurial-common/usr/share/mercurial
30 mkdir -p $(CURDIR)/debian/mercurial-common/etc/mercurial/hgrc.d/
32 mkdir -p $(CURDIR)/debian/mercurial-common/etc/mercurial/hgrc.d/
31 cp contrib/debian/*.rc $(CURDIR)/debian/mercurial-common/etc/mercurial/hgrc.d/
33 cp contrib/debian/*.rc $(CURDIR)/debian/mercurial-common/etc/mercurial/hgrc.d/
32 rm $(CURDIR)/debian/mercurial-common/usr/bin/hg
34 rm $(CURDIR)/debian/mercurial-common/usr/bin/hg
General Comments 0
You need to be logged in to leave comments. Login now