diff options
author | 2022-09-08 12:24:17 +0200 | |
---|---|---|
committer | 2022-09-08 12:24:17 +0200 | |
commit | ba5027e799e92a3d99980155e265cc907d63820a (patch) | |
tree | 9ab8edb39d1848256c4496c4a3d1a323520395a3 /sci-mathematics | |
parent | sci-libs/dart: quote ED variables (diff) | |
download | guru-ba5027e799e92a3d99980155e265cc907d63820a.tar.gz guru-ba5027e799e92a3d99980155e265cc907d63820a.tar.bz2 guru-ba5027e799e92a3d99980155e265cc907d63820a.zip |
sci-mathematics/frama-c: quote FILESDIR variable
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/frama-c/frama-c-24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/frama-c/frama-c-24.0.ebuild b/sci-mathematics/frama-c/frama-c-24.0.ebuild index 7427c5594..f61ac7f5e 100644 --- a/sci-mathematics/frama-c/frama-c-24.0.ebuild +++ b/sci-mathematics/frama-c/frama-c-24.0.ebuild @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${P}-${NAME}" -PATCHES=( ${FILESDIR}/frama-c-24.0-fix-bflags.patch ) +PATCHES=( "${FILESDIR}/frama-c-24.0-fix-bflags.patch" ) src_prepare() { mv configure.in configure.ac || die |