base-files: lower lexicographic priority of sysctl file
This commit is contained in:
parent
5e457b2d70
commit
6c9706db3f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'base-files'
|
# Template file for 'base-files'
|
||||||
pkgname=base-files
|
pkgname=base-files
|
||||||
version=0.140
|
version=0.140
|
||||||
revision=5
|
revision=6
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
depends="xbps-triggers"
|
depends="xbps-triggers"
|
||||||
short_desc="Void Linux base system files"
|
short_desc="Void Linux base system files"
|
||||||
|
@ -58,7 +58,7 @@ do_install() {
|
||||||
vinstall ${FILESDIR}/usb-load-ehci-first 644 usr/lib/modprobe.d usb-load-ehci-first.conf
|
vinstall ${FILESDIR}/usb-load-ehci-first 644 usr/lib/modprobe.d usb-load-ehci-first.conf
|
||||||
vinstall ${FILESDIR}/blacklist.conf 644 usr/lib/modprobe.d
|
vinstall ${FILESDIR}/blacklist.conf 644 usr/lib/modprobe.d
|
||||||
# sysctl(8) files
|
# sysctl(8) files
|
||||||
vinstall ${FILESDIR}/sysctl.conf 644 usr/lib/sysctl.d void.conf
|
vinstall ${FILESDIR}/sysctl.conf 644 usr/lib/sysctl.d 10-void.conf
|
||||||
|
|
||||||
# Install common licenses, from Debian.
|
# Install common licenses, from Debian.
|
||||||
vmkdir usr/share/licenses
|
vmkdir usr/share/licenses
|
||||||
|
|
Loading…
Reference in a new issue