]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
elinks: fix config directory
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 30 Dec 2024 17:37:23 +0000 (18:37 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 30 Dec 2024 17:37:23 +0000 (18:37 +0100)
the new version has moved the config directioy from ~/.elinks to
~/.config/.elinks

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/elinks
lfs/elinks

index c8c79f11430d5d1a6245b1a48b272d5772e17ae4..3c4ad031a466fb4673ec9387942b32751c76924d 100644 (file)
@@ -1,6 +1,6 @@
-#root/.elinks
-root/.elinks/bookmarks
-root/.elinks/globhist
+#root/.config/.elinks
+root/.config/.elinks/bookmarks
+root/.config/.elinks/globhist
 usr/local/bin/elinks
 #usr/local/etc
 #usr/local/etc/elinks
index bf76343a1cb27f0d5c43fcca0fd3c6ad69201c12..64b7b7fce56b9349309607f2d1b2fb3592e7a25a 100644 (file)
@@ -87,9 +87,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # Suppress first welcome dialog by creating bookmark
        # and history files for root
-       mkdir -p /root/.elinks
-       touch /root/.elinks/bookmarks
-       touch /root/.elinks/globhist
+       mkdir -p /root/.config/.elinks
+       touch /root/.config/.elinks/bookmarks
+       touch /root/.config/.elinks/globhist
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)