mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
app-admin/opensnitch-1.6.5_p1: quote variable in ebuild
Signed-off-by: Kai-Chun Ning (Github Signing key) <kaichun.ning@gmail.com>
This commit is contained in:
parent
9662250990
commit
0b7c3b49f1
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ pkg_setup() {
|
|||
}
|
||||
|
||||
PATCHES=(
|
||||
${FILESDIR}/"fix-setup.py.patch"
|
||||
"${FILESDIR}/fix-setup.py.patch"
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue