xbps-base-files: install modprobe.d files with .conf suffix.
Bump to 0.20. --HG-- extra : convert_revision : 205a5bb376a434e2392983a9c3b97f8d6e69fc01
This commit is contained in:
parent
e389069d08
commit
e43c9f6221
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps-base-files'
|
||||
pkgname=xbps-base-files
|
||||
version=0.19
|
||||
version=0.20
|
||||
build_style=custom-install
|
||||
short_desc="xbps base system files"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -82,6 +82,6 @@ do_install()
|
|||
install -m644 ${FILESDIR}/DIR_COLORS* ${DESTDIR}/etc
|
||||
|
||||
install -d ${DESTDIR}/etc/modprobe.d
|
||||
install -D -m644 ${FILESDIR}/usb-load-ehci-first \
|
||||
${DESTDIR}/etc/modprobe.d
|
||||
install -m644 ${FILESDIR}/usb-load-ehci-first \
|
||||
${DESTDIR}/etc/modprobe.d/usb-load-ehci-first.conf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue