aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-04-11 19:52:49 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-04-11 19:52:49 -0600
commit8126f371f3976a253d0b40e1788762ff68c273cb (patch)
treea6e432f1c322fa4485f92de65ce874fa6d15ab90
parentc7a442bd9d0e07bc58f43e6263ccf1a2c1337960 (diff)
autoinstall style.css
-rwxr-xr-xsrc/uzbl-browser2
1 files changed, 1 insertions, 1 deletions
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