Skip to content

Commit

Permalink
dev-haskell/wcwidth: fix unquoted variable FILESDIR
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Bracht Laumann Jespersen <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
laumann authored and thesamesam committed Jun 16, 2022
1 parent e74bd2c commit ed5d1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-haskell/wcwidth/wcwidth-0.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0
"

PATCHES=( ${FILESDIR}/${P}-fix-build-failure.patch )
PATCHES=( "${FILESDIR}"/${P}-fix-build-failure.patch )

src_configure() {
haskell-cabal_src_configure \
Expand Down

0 comments on commit ed5d1b5

Please sign in to comment.