Guten Abend!
mfg. o.
Code:
~/SOFTWARE/freetz2/freetz-1.1.4> make
mkdir -p packages/haserl-0.9.25/root
if test -d make/haserl/files; then tar -c -C make/haserl/files --exclude=.svn . | tar -x -C packages/haserl-0.9.25 ; fi
rm -f -r source/haserl-0.9.25
tar -C source -xzf dl/haserl-0.9.25.tar.gz
set -e; shopt -s nullglob; for i in make/haserl/patches/*.patch; do tools/freetz_patch source/haserl-0.9.25 $i; done
patch: **** Only garbage was found in the patch input.
ERROR: modpatch: Error in patch-file make/haserl/patches/whitespace.patch
make: *** [source/haserl-0.9.25/.unpacked] Fehler 2
mfg. o.