mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-lang/hare: adjust for new location of example config
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -42,7 +42,7 @@ src_configure() {
|
|||||||
* ) die "unsupported architecture: ${ARCH}" ;;
|
* ) die "unsupported architecture: ${ARCH}" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
cp config.example.mk config.mk || die
|
cp configs/linux.mk config.mk || die
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's;=aarch64-;=;' \
|
-e 's;=aarch64-;=;' \
|
||||||
-e 's;=riscv64-;=;' \
|
-e 's;=riscv64-;=;' \
|
||||||
|
|||||||
Reference in New Issue
Block a user