From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] Nano: Move nano editor from packages to core system Date: Mon, 21 Mar 2022 16:09:50 +0000 Message-ID: <1F3BD669-ED85-458C-9EF3-562649E199FA@ipfire.org> In-Reply-To: <20220317170628.1362568-1-jon.murphy@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1836777923083559567==" List-Id: --===============1836777923083559567== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, How is everybody feeling about this? How many nano users do we have here? -Michael > On 17 Mar 2022, at 17:06, Jon Murphy wrote: >=20 > - this will not change the default editor `vim` >=20 > Signed-off-by: Jon Murphy > --- > config/rootfiles/{packages =3D> common}/nano | 0 > lfs/nano | 7 +++---- > 2 files changed, 3 insertions(+), 4 deletions(-) > rename config/rootfiles/{packages =3D> common}/nano (100%) >=20 > diff --git a/config/rootfiles/packages/nano b/config/rootfiles/common/nano > similarity index 100% > rename from config/rootfiles/packages/nano > rename to config/rootfiles/common/nano > diff --git a/lfs/nano b/lfs/nano > index df994364f..85be014ee 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -32,12 +32,11 @@ DL_FILE =3D $(THISAPP).tar.xz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > -PROG =3D nano > -PAK_VER =3D 41 >=20 > -DEPS =3D "" >=20 > -SERVICES =3D >=20 > ###########################################################################= #### > # Top-level Rules > --=20 > 2.30.2 >=20 --===============1836777923083559567==--