From 8126f371f3976a253d0b40e1788762ff68c273cb Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 11 Apr 2011 19:52:49 -0600 Subject: autoinstall style.css --- src/uzbl-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uzbl-browser b/src/uzbl-browser index 81645ca..fb9a368 100755 --- a/src/uzbl-browser +++ b/src/uzbl-browser @@ -42,7 +42,7 @@ then echo "Error: Global config not found; please check if your distribution ships them separately" exit 3 fi - if ! cp "$EXAMPLES"/config/config "$XDG_CONFIG_HOME"/uzbl/config + if ! cp "$EXAMPLES"/config/* "$XDG_CONFIG_HOME"/uzbl/ then echo "Could not copy default config to $XDG_CONFIG_HOME/uzbl/config" >&2 # Run with the global config as a last resort -- cgit v1.2.3