From 3edb5ef925830f98c33f5a94a902c7e8f77d9403 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 29 Apr 2012 17:02:21 -0400 Subject: Fix path to "uImage" file. --- diff --git a/build b/build index 47a9c54..8f2c82e 100755 --- a/build +++ b/build @@ -16,7 +16,9 @@ linux-libre.build.stamp: linux-libre.config.stamp linux-libre.install.stamp: linux-libre.build.stamp # TODO: Again, this is hardcoded for "rcstereo". - install -D -m 644 "src/arch/$${ARCH}/boot/uImage" dest/boot/UIMAGE + install -D -m 644 "src/arch/$${ARCH}/boot/uImage" \ + "dest/boot/uImage-$${OH_PKGVER%%-*}" + ln -sf "uImage-$${OH_PKGVER%%-*}" dest/boot/uImage cp src/.config "dest/boot/config-$${OH_PKGVER%%-*}" cp src/System.map "dest/boot/System.map-$${OH_PKGVER%%-*}" touch linux-libre.install.stamp -- cgit v0.9.1