]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/elinks
core143: update local openssh config
[ipfire-2.x.git] / lfs / elinks
index 7c7f09cba7c611a92db8906609d624ff82a77d2c..7dd0333dc33ee8960c0ff6a2269cc308e5a06d7e 100644 (file)
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = elinks
 
-DEPS       = ""
+DEPS       =
 
 ###############################################################################
 # Top-level Rules
@@ -87,5 +87,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        mkdir -p /usr/local/etc/elinks
        cp -vf $(DIR_SRC)/config/elinks/elinks.conf /usr/local/etc/elinks/elinks.conf
 
+       # Suppress first welcome dialog by creating bookmark
+       # and history files for root
+       mkdir -p /root/.elinks
+       touch /root/.elinks/bookmarks
+       touch /root/.elinks/globhist
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)