diff options
author | P. 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) |
commit | 3edb5ef925830f98c33f5a94a902c7e8f77d9403 (patch) | |
tree | a7baea050e36b21ee7145bbc3905d86b258d4973 /build | |
parent | ca80eb5d8e9b2d809143ffa074d3efe8abde7f31 (diff) |
Fix path to "uImage" file.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |