From b1c25d7a8456b7ff05f23c461c623dc18fddbae4 Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Thu, 17 Mar 2022 12:06:29 -0500 Subject: [PATCH] Nano: Move nano editor from packages to core system MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - this will not change the default editor `vim` Signed-off-by: Jon Murphy Acked-by: Peter Müller Acked-by: Michael Tremer --- config/rootfiles/{packages => core}/nano | 0 lfs/nano | 7 ------- 2 files changed, 7 deletions(-) rename config/rootfiles/{packages => core}/nano (100%) diff --git a/config/rootfiles/packages/nano b/config/rootfiles/core/nano similarity index 100% rename from config/rootfiles/packages/nano rename to config/rootfiles/core/nano diff --git a/lfs/nano b/lfs/nano index df994364fd..f82e8d4f90 100644 --- a/lfs/nano +++ b/lfs/nano @@ -25,19 +25,12 @@ include Config VER = 6.1 -SUMMARY = Pico editor clone with enhancements THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = nano -PAK_VER = 41 - -DEPS = "" - -SERVICES = ############################################################################### # Top-level Rules -- 2.39.5