summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-29 17:02:21 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-29 17:02:21 (EDT)
commit3edb5ef925830f98c33f5a94a902c7e8f77d9403 (patch)
treea7baea050e36b21ee7145bbc3905d86b258d4973
parentca80eb5d8e9b2d809143ffa074d3efe8abde7f31 (diff)
Fix path to "uImage" file.
-rwxr-xr-xbuild4
1 files changed, 3 insertions, 1 deletions
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