diff options
author | Kylie McClain <somasissounds@gmail.com> | 2015-02-15 23:40:48 -0500 |
---|---|---|
committer | Kylie McClain <somasissounds@gmail.com> | 2015-02-15 23:40:48 -0500 |
commit | f082acf3d4f97997938deaf5c7ff151d0fe72e33 (patch) | |
tree | cc9c02ef92cc8ee3cd44eb97c5a9cb8ac28122d6 | |
parent | 2704e38ea7f625c624bc10a5510fba576dc4a2bf (diff) |
make-colors-themes: fix plank theme installation
-rwxr-xr-x | make-colors-themes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-colors-themes b/make-colors-themes index 3ba211f..8276637 100755 --- a/make-colors-themes +++ b/make-colors-themes @@ -40,7 +40,7 @@ install_plank_theme() { [[ ! -d "$1" ]] && mkdir -p "$1" plank_dir="$1" shift - cp -vr "$plank_dir" "$@" + cp -vr "$@" "$plank_dir" } install_theme() { |