mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 20:34:43 +00:00
install fix
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2102 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
a1f0a82b3a
commit
169d658950
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -24,8 +24,8 @@ binary-post-install/linkchecker::
|
|||
install -m 755 cgi/lc.cgi $(CGIDIR)
|
||||
install -m 755 cgi/lc.fcgi $(CGIDIR)
|
||||
# install system wide configuration files in etc
|
||||
install -m 644 $(SHARE)/linkcheckerrc $(ETC)/linkchecker/
|
||||
install -m 644 $(SHARE)/logging.conf $(ETC)/linkchecker/
|
||||
install -m 644 config/linkcheckerrc $(ETC)/linkchecker/
|
||||
install -m 644 config/logging.conf $(ETC)/linkchecker/
|
||||
# install bash_completion script
|
||||
install -m 644 config/linkchecker-completion $(ETC)/bash_completion.d
|
||||
# install lintian overrides
|
||||
|
|
|
|||
Loading…
Reference in a new issue