public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Nano: Move nano editor from packages to core system
@ 2022-03-17 17:06 Jon Murphy
  2022-03-21 16:09 ` Michael Tremer
  0 siblings, 1 reply; 12+ messages in thread
From: Jon Murphy @ 2022-03-17 17:06 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

- this will not change the default editor `vim`

Signed-off-by: Jon Murphy <jon.murphy(a)ipfire.org>
---
 config/rootfiles/{packages => common}/nano | 0
 lfs/nano                                   | 7 +++----
 2 files changed, 3 insertions(+), 4 deletions(-)
 rename config/rootfiles/{packages => common}/nano (100%)

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    = $(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.30.2


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-03-24  9:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-17 17:06 [PATCH] Nano: Move nano editor from packages to core system Jon Murphy
2022-03-21 16:09 ` Michael Tremer
2022-03-21 16:22   ` Peter Müller
2022-03-21 17:49     ` Adolf Belka
2022-03-21 18:52       ` Michael Tremer
2022-03-21 19:06         ` Peter Müller
2022-03-21 21:20           ` Jon Murphy
2022-03-24  9:52             ` Peter Müller
2022-03-21 17:15   ` Matthias Fischer
2022-03-21 18:55   ` Tom Rymes
2022-03-22  1:01   ` Paul Simmons
2022-03-22 10:49     ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox