mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
samba: remove /var/lock and /var/run from package
The /var/lock and /var/run directories are already created by base-files. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a0726a33b3
commit
82f7bdc63e
@@ -57,3 +57,9 @@ do_configure() {
|
|||||||
do_compile () {
|
do_compile () {
|
||||||
base_do_compile
|
base_do_compile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
rmdir "${D}${localstatedir}/lock"
|
||||||
|
rmdir "${D}${localstatedir}/run"
|
||||||
|
rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user