mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-lang/wren: fix backslash in generated pc file
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Michele Santullo <m.santullo@posteo.net>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -37,7 +37,7 @@ Name: ${PN}
|
||||
Description: ${DESCRIPTION}
|
||||
URL: ${HOMEPAGE}
|
||||
Version: ${PV}
|
||||
Libs: "-L\${libdir}\" -l${PN}
|
||||
Libs: "-L\${libdir}" -l${PN}
|
||||
Cflags: "-I\${includedir}"
|
||||
EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user