iprutils: Fix a couple of dist errors
LICENSE was missing from the distributed tarball, and init.d/iprha was present instead of init.d/iprha.in. This fixes both of these errors. Signed-off-by: Colin Watson <cjwatson@debian.org> Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
This commit is contained in:
parent
a39e71de1b
commit
f6ef08894e
2 changed files with 4 additions and 1 deletions
|
|
@ -39,6 +39,8 @@ endif
|
|||
|
||||
dist_man_MANS = iprconfig.8 iprdump.8 iprinit.8 iprupdate.8 iprsos.8
|
||||
|
||||
dist_noinst_DATA = LICENSE
|
||||
|
||||
bashcompdir = ${sysconfdir}/bash_completion.d
|
||||
dist_bashcomp_DATA = iprconfig-bash-completion.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,5 @@ clean-local:
|
|||
rm iprdump iprinit iprupdate
|
||||
|
||||
sysconfdir=@sysconfdir@/ha.d/resource.d
|
||||
dist_sysconf_DATA = iprha
|
||||
nodist_sysconf_DATA = iprha
|
||||
dist_sysconf_DATA = iprha.in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue