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'
|
# Template file for 'xbps-base-files'
|
||||||
pkgname=xbps-base-files
|
pkgname=xbps-base-files
|
||||||
version=0.19
|
version=0.20
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="xbps base system files"
|
short_desc="xbps base system files"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -82,6 +82,6 @@ do_install()
|
||||||
install -m644 ${FILESDIR}/DIR_COLORS* ${DESTDIR}/etc
|
install -m644 ${FILESDIR}/DIR_COLORS* ${DESTDIR}/etc
|
||||||
|
|
||||||
install -d ${DESTDIR}/etc/modprobe.d
|
install -d ${DESTDIR}/etc/modprobe.d
|
||||||
install -D -m644 ${FILESDIR}/usb-load-ehci-first \
|
install -m644 ${FILESDIR}/usb-load-ehci-first \
|
||||||
${DESTDIR}/etc/modprobe.d
|
${DESTDIR}/etc/modprobe.d/usb-load-ehci-first.conf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue