mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
rpi-base-files: fix _package() definition.
This commit is contained in:
parent
82543f1e4b
commit
5cba26d853
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ do_install() {
|
||||||
${DESTDIR}/usr/lib/udev/rules.d/71-raspberrypi.rules
|
${DESTDIR}/usr/lib/udev/rules.d/71-raspberrypi.rules
|
||||||
}
|
}
|
||||||
|
|
||||||
base-files-rpi_package() {
|
rpi-base-files_package() {
|
||||||
# enable dhcpcd and sshd by default.
|
# enable dhcpcd and sshd by default.
|
||||||
systemd_services="dhcpcd.service on sshd.service on"
|
systemd_services="dhcpcd.service on sshd.service on"
|
||||||
replaces="base-system<0.77"
|
replaces="base-system<0.77"
|
||||||
|
|
Loading…
Add table
Reference in a new issue