From 7e63497c64d799a828f8e2b9fd7781c911b9098c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Tue, 26 Nov 2019 23:19:40 +0100 Subject: [PATCH] :wrench: Update install target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 410cc852..c71769a1 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ clean: install: ${PRG} $(info installing ${GWION_PACKAGE} in ${PREFIX}) @install ${PRG} ${DESTDIR}/${PREFIX}/bin - @sed "s/PREFIX/${PREFIX}/g" scripts/gwion-config > gwion-config + @sed 's/PREFIX/$\{PREFIX\}/g' scripts/gwion-config > gwion-config @install gwion-config ${DESTDIR}/${PREFIX}/bin/gwion-config @install scripts/gwion-pkg ${DESTDIR}/${PREFIX}/bin/gwion-pkg @rm gwion-config -- 2.43.0