mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 16:44:43 +00:00
install bash completion script
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1208 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
16cc5e6a3a
commit
80e74957fe
1 changed files with 7 additions and 5 deletions
12
debian/rules
vendored
12
debian/rules
vendored
|
|
@ -37,9 +37,9 @@ install: build
|
|||
dh_installdirs
|
||||
$(MAKE) locale
|
||||
$(PYTHON) setup.py install --root=$(ROOT) --no-compile
|
||||
# remove example files, we install them below
|
||||
# remove example files, we install them below
|
||||
rm -r $(ROOT)/usr/share/linkchecker/examples
|
||||
# install CGI files
|
||||
# install CGI files
|
||||
install -c -m 644 lconline/*.html $(HTMLDIR)
|
||||
install -c -m 644 lconline/*.de $(HTMLDIR)
|
||||
install -c -m 644 lconline/*.en $(HTMLDIR)
|
||||
|
|
@ -50,8 +50,10 @@ install: build
|
|||
chmod 755 $(CGIDIR)/lc.cgi
|
||||
chmod 755 $(CGIDIR)/lc.fcgi
|
||||
chmod 755 $(CGIDIR)/lc.sz_fcgi
|
||||
# install system wide configuration file in etc
|
||||
mv $(ROOT)/usr/share/linkchecker/linkcheckerrc $(ROOT)/etc
|
||||
# install system wide configuration file in etc
|
||||
install -m644 $(ROOT)/usr/share/linkchecker/linkcheckerrc $(ROOT)/etc
|
||||
# install bash_completion script
|
||||
install -m644 linkchecker-completion $(ROOT)/etc/bash_completion.d
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
|
|
@ -62,7 +64,7 @@ binary-arch: build install
|
|||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdocs
|
||||
#dh_installman linkchecker.1
|
||||
# dh_installman linkchecker.1
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_strip
|
||||
|
|
|
|||
Loading…
Reference in a new issue