From e0ec5d2e8560ae433ee677622b24ba82dbe7630b Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 29 May 2011 15:47:21 +0200 Subject: lowered filesystem hierarchy--everything are modules --- infest/host-patch/beagleboard/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 infest/host-patch/beagleboard/Makefile (limited to 'infest/host-patch/beagleboard/Makefile') diff --git a/infest/host-patch/beagleboard/Makefile b/infest/host-patch/beagleboard/Makefile new file mode 100644 index 00000000..55952104 --- /dev/null +++ b/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