Update autogen.sh

Substitute GNUism
master
presl4y 6 years ago committed by GitHub
parent e2aef35c87
commit ead32e1a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      autogen.sh

@ -16,4 +16,4 @@ CONFIGDIR=$XDG_CONFIG_HOME/cava
if [ -z "$XDG_CONFIG_HOME" ]; then CONFIGDIR=$HOME/.config/cava; fi if [ -z "$XDG_CONFIG_HOME" ]; then CONFIGDIR=$HOME/.config/cava; fi
mkdir -p "$CONFIGDIR" mkdir -p "$CONFIGDIR"
cp -n example_files/config "$CONFIGDIR"/config [ -f "$CONFIGDIR"/config ] || cp example_files/config "$CONFIGDIR"/config

Loading…
Cancel
Save