From 496e9a0837face9f3c191a158834678d28d08607 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 5 Jul 2021 10:43:13 -0400 Subject: [PATCH] joe: move rc file to .config --- joe/build | 2 ++ joe/version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2