dev-lang/hare: Remove creation of LOCALSRCDIR

Closes: https://bugs.gentoo.org/864973
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2022-08-13 00:11:04 +02:00
parent 551c835f9b
commit b155022471
2 changed files with 4 additions and 0 deletions

View File

@@ -37,4 +37,6 @@ src_configure() {
-e 's;^LD =;LD ?=;' \
-e 's;^AR =;AR ?=;' \
config.mk || die
sed -i 's; $(DESTDIR)$(LOCALSRCDIR);;' Makefile || die
}