From 937099fb6d2360129ab3fa5d698bd5c70d14e6d5 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 28 May 2011 14:34:33 +0200 Subject: infest: Major Refactoring --- modules/infest/host-patch/beagleboard/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/infest/host-patch/beagleboard/Makefile (limited to 'modules/infest/host-patch/beagleboard/Makefile') diff --git a/modules/infest/host-patch/beagleboard/Makefile b/modules/infest/host-patch/beagleboard/Makefile new file mode 100644 index 00000000..55952104 --- /dev/null +++ b/modules/infest/host-patch/beagleboard/Makefile @@ -0,0 +1,9 @@ +.PHONY: all +all: select-target + +patchfile: + diff /krebs/etc/profile /etc/profile > profile.patch || true + +patch: + cd /;\ + patch -p0 < /krebs/host-patch/beagleboard/profile.patch -- cgit v1.2.3