1
0
mirror of https://github.com/lesderid/image-archlinux synced 2025-04-11 14:45:39 +02:00

Fixed clean_target function

This commit is contained in:
Manfred Touron 2014-11-09 21:52:00 +00:00
parent 4d1bd4b677
commit 924b961dc3

View File

@ -59,7 +59,7 @@ patch_target() {
}
clean_target() {
clean_paths=$1
clean_paths="$@"
for path in $clean_paths; do
if [ -e "$TARGET/$path" ]; then
sudo rm -rf "$TARGET/$path"