From: Arne Fitzenreiter Date: Mon, 30 Dec 2024 17:37:23 +0000 (+0100) Subject: elinks: fix config directory X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b1ce94f5d9be804fd9ca24c87b42f4d5d310382;p=people%2Fms%2Fipfire-2.x.git elinks: fix config directory the new version has moved the config directioy from ~/.elinks to ~/.config/.elinks Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/common/elinks b/config/rootfiles/common/elinks index c8c79f114..3c4ad031a 100644 --- a/config/rootfiles/common/elinks +++ b/config/rootfiles/common/elinks @@ -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 diff --git a/lfs/elinks b/lfs/elinks index bf76343a1..64b7b7fce 100644 --- a/lfs/elinks +++ b/lfs/elinks @@ -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)