mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-03 06:30:23 +00:00
Added german .mo file to Debian packet
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3706 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
06be649461
commit
a72dd30bb7
2 changed files with 4 additions and 0 deletions
1
debian/linkchecker.dirs
vendored
1
debian/linkchecker.dirs
vendored
|
|
@ -2,3 +2,4 @@ etc/linkchecker
|
|||
usr/lib/cgi-bin/lconline
|
||||
var/www/lconline
|
||||
etc/bash_completion.d
|
||||
usr/share/locale/de/LC_MESSAGES
|
||||
|
|
|
|||
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -16,6 +16,7 @@ DOCDIR=$(ROOT)/usr/share/doc/$(PACKAGE)
|
|||
CGIDIR=$(ROOT)/usr/lib/cgi-bin/lconline
|
||||
HTMLDIR=$(ROOT)/var/www/lconline
|
||||
SHARE=$(ROOT)/usr/share/$(PACKAGE)
|
||||
LOCALE=$(ROOT)/usr/share/locale
|
||||
ETC=$(ROOT)/etc
|
||||
|
||||
common-configure-arch::
|
||||
|
|
@ -36,6 +37,8 @@ common-install-arch::
|
|||
install -m 755 cgi-bin/lc.fcgi $(CGIDIR)
|
||||
# install bash_completion script
|
||||
install -m 644 config/linkchecker-completion $(ETC)/bash_completion.d
|
||||
# install .mo files
|
||||
install -m 644 build/share/locale/de/LC_MESSAGES/linkchecker.mo $(LOCALE)/de/LC_MESSAGES/
|
||||
|
||||
binary-post-install/linkchecker::
|
||||
# remove the README file which somehow gets installed
|
||||
|
|
|
|||
Loading…
Reference in a new issue