diff options
author | Sam James <sam@gentoo.org> | 2022-08-11 11:51:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-11 11:54:53 +0100 |
commit | 839ab3fe34d2fdfd057a5508814d17c33e9efe48 (patch) | |
tree | f62c0ad48543c6ca0007e8e8a17f0b41462ab027 | |
parent | sys-cluster/c3: fix UnquotedVariable (diff) | |
download | gentoo-839ab3fe34d2fdfd057a5508814d17c33e9efe48.tar.gz gentoo-839ab3fe34d2fdfd057a5508814d17c33e9efe48.tar.bz2 gentoo-839ab3fe34d2fdfd057a5508814d17c33e9efe48.zip |
sys-cluster/sanlock: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-cluster/sanlock/sanlock-3.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/sanlock/sanlock-3.8.2.ebuild b/sys-cluster/sanlock/sanlock-3.8.2.ebuild index 4df87061fd18..86fc96a44877 100644 --- a/sys-cluster/sanlock/sanlock-3.8.2.ebuild +++ b/sys-cluster/sanlock/sanlock-3.8.2.ebuild @@ -27,7 +27,7 @@ DEPEND=" RDEPEND="${DEPEND}" PATCHES=( - ${FILESDIR}/sanlock-fence_sanlock-LDFLAGS.patch + "${FILESDIR}"/sanlock-fence_sanlock-LDFLAGS.patch ) pkg_setup() { |