Files

11 lines
313 B
Plaintext

# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
# Release under the MIT license (see COPYING.MIT for the terms)
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += "file://sudoers"
do_install:append() {
install -d ${D}${sysconfdir}
install -m 0440 ${WORKDIR}/sudoers ${D}${sysconfdir}
}