From f082acf3d4f97997938deaf5c7ff151d0fe72e33 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Sun, 15 Feb 2015 23:40:48 -0500 Subject: make-colors-themes: fix plank theme installation --- make-colors-themes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3