mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-04 22:54:37 +02: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 () {
|
||||
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