Skip to content
Snippets Groups Projects
Commit 34019de0 authored by osak buildhauer user's avatar osak buildhauer user Committed by Christopher Spinrath
Browse files

patch_all: fix echo call

parent 0db2e5ea
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ GPARTED_BASE_URL=http://sourceforge.net/projects/gparted/files/gparted-live-stab
#applies all patches in $1 to target directory $2
define patch_all =
$(foreach p,$(wildcard $1/*),@echo "Applying \"$1\" to \"$2\":" && \
$(foreach p,$(wildcard $1/*),echo "Applying \"$1\" to \"$2\":" && \
cat "$p" | patch -d"$2" -p1 && echo "done." && ) true
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment