mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
tmpfiles.eclass: Sanitize insopts
Sanitize insopts when calling doins, in order to avoid prior insopts calls accidentally affecting do*/new* functions defined by the eclass.
This commit is contained in:
@@ -76,6 +76,7 @@ dotmpfiles() {
|
||||
done
|
||||
|
||||
(
|
||||
insopts -m 0644
|
||||
insinto /usr/lib/tmpfiles.d
|
||||
doins "$@"
|
||||
)
|
||||
@@ -93,6 +94,7 @@ newtmpfiles() {
|
||||
fi
|
||||
|
||||
(
|
||||
insopts -m 0644
|
||||
insinto /usr/lib/tmpfiles.d
|
||||
newins "$@"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user