dkms: install bash completion in correct dir.

This commit is contained in:
Juan RP 2011-07-10 23:57:07 +02:00
parent ed968cb354
commit 67eff1aea1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'dkms'
pkgname=dkms
version=2.2.0.0
revision=2
revision=3
homepage="http://linux.dell.com/dkms"
distfiles="${homepage}/permalink/dkms-$version.tar.gz"
build_style=custom-install
@ -29,7 +29,7 @@ do_install()
vinstall dkms 755 usr/sbin
vinstall dkms.8 644 usr/share/man/man8
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
# Kernel hooks.
vinstall ${FILESDIR}/kernel.d/dkms.postinst 750 \