dkms: move bash-completion to new location.
This commit is contained in:
parent
18f849491e
commit
1f5221b906
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.3
|
version=2.2.0.3
|
||||||
revision=4
|
revision=5
|
||||||
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"
|
||||||
short_desc="Dynamic Kernel Modules System"
|
short_desc="Dynamic Kernel Modules System"
|
||||||
|
@ -17,7 +17,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 644 etc/bash_completion.d dkms
|
vinstall dkms.bash-completion 644 usr/share/bash-completion/completions 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