mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
x11-misc/i3-restore: fix permission for logs folder
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
parent
2bf7df81da
commit
9e43dab919
@ -35,10 +35,14 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
keepdir /usr/libexec/${PN}/logs || die
|
||||
fperms 777 /usr/libexec/${PN}/logs || die
|
||||
|
||||
insinto "/usr/libexec/${PN}"
|
||||
doins -r utils
|
||||
dobin i3-save
|
||||
dobin i3-restore
|
||||
|
||||
python_moduleinto "/usr/libexec/${PN}"
|
||||
python_domodule programs
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user