diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-06-08 22:04:58 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-16 17:30:36 +0100 |
commit | b7e948de20d74bd90b0a8d34875b0d4eb39843fb (patch) | |
tree | aa1b255a6e36fe71e456bf0a2deb878c38b44313 /media-gfx/tuxpaint | |
parent | media-gfx/povray: fix unquoted variables (diff) | |
download | gentoo-b7e948de20d74bd90b0a8d34875b0d4eb39843fb.tar.gz gentoo-b7e948de20d74bd90b0a8d34875b0d4eb39843fb.tar.bz2 gentoo-b7e948de20d74bd90b0a8d34875b0d4eb39843fb.zip |
media-gfx/tuxpaint: fix unquoted variable FILESDIR
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/tuxpaint')
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild index e66114bec40f..b9d1e8f71b96 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.27.ebuild @@ -36,7 +36,7 @@ BDEPEND=" " PATCHES=( - ${FILESDIR}"/${P}-Makefile.patch" + "${FILESDIR}"/${P}-Makefile.patch ) src_compile() { |