From: Armaan Bhojwani Date: Mon, 5 Jul 2021 14:43:13 +0000 (-0400) Subject: joe: move rc file to .config X-Git-Tag: 2021.07.15-1~66 X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=496e9a0837face9f3c191a158834678d28d08607 joe: move rc file to .config --- diff --git a/joe/build b/joe/build index b91b908..28b4370 100755 --- a/joe/build +++ b/joe/build @@ -1,5 +1,7 @@ #!/usr/bin/sh -e +sed -i '422s|/\.|/.config/joe/|g' joe/main.c + ./configure \ --prefix=/usr \ --sysconfdir=/etc diff --git a/joe/version b/joe/version index 5753236..a6309ed 100644 --- a/joe/version +++ b/joe/version @@ -1 +1 @@ -4.6 1 +4.6 2