From: Jon Murphy Date: Thu, 17 Mar 2022 17:06:29 +0000 (-0500) Subject: Nano: Move nano editor from packages to core system X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1c25d7a8456b7ff05f23c461c623dc18fddbae4;p=people%2Fstevee%2Fipfire-2.x.git Nano: Move nano editor from packages to core system - this will not change the default editor `vim` Signed-off-by: Jon Murphy Acked-by: Peter Müller Acked-by: Michael Tremer --- 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