diff --git a/apply-overlay.sh b/apply-overlay.sh index 4be039e..12db38b 100644 --- a/apply-overlay.sh +++ b/apply-overlay.sh @@ -30,7 +30,7 @@ echo "wilddragon-overlay: layering $OVERLAY -> $UI" # stays intact except for the files we override. for sub in public src; do if [ -d "$OVERLAY/$sub" ]; then - cp -RLp "$OVERLAY/$sub/." "$UI/$src/" + cp -RLp "$OVERLAY/$sub/." "$UI/$sub/" fi done