mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-libs/liblastfm: Quote WORKDIR as it should be
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
|
||||
RDEPEND="dev-qt/qtbase:6[dbus,network,ssl,xml]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=( ${WORKDIR}"/${PATCHSET}" )
|
||||
PATCHES=( "${WORKDIR}/${PATCHSET}" )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
|
||||
Reference in New Issue
Block a user