dkms: install bash completion in correct dir.
This commit is contained in:
parent
ed968cb354
commit
67eff1aea1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dkms'
|
# Template file for 'dkms'
|
||||||
pkgname=dkms
|
pkgname=dkms
|
||||||
version=2.2.0.0
|
version=2.2.0.0
|
||||||
revision=2
|
revision=3
|
||||||
homepage="http://linux.dell.com/dkms"
|
homepage="http://linux.dell.com/dkms"
|
||||||
distfiles="${homepage}/permalink/dkms-$version.tar.gz"
|
distfiles="${homepage}/permalink/dkms-$version.tar.gz"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
|
@ -29,7 +29,7 @@ do_install()
|
||||||
vinstall dkms 755 usr/sbin
|
vinstall dkms 755 usr/sbin
|
||||||
vinstall dkms.8 644 usr/share/man/man8
|
vinstall dkms.8 644 usr/share/man/man8
|
||||||
vinstall dkms_dbversion 644 var/lib/dkms
|
vinstall dkms_dbversion 644 var/lib/dkms
|
||||||
vinstall dkms.bash-completion etc/bash_completion.d dkms
|
vinstall dkms.bash-completion 644 etc/bash_completion.d dkms
|
||||||
vinstall dkms_framework.conf 644 etc/dkms framework.conf
|
vinstall dkms_framework.conf 644 etc/dkms framework.conf
|
||||||
# Kernel hooks.
|
# Kernel hooks.
|
||||||
vinstall ${FILESDIR}/kernel.d/dkms.postinst 750 \
|
vinstall ${FILESDIR}/kernel.d/dkms.postinst 750 \
|
||||||
|
|
Loading…
Reference in a new issue