diff options
| author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-02 09:58:32 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-02 09:58:32 +0000 |
| commit | 1064221738500e8384993e2b0e14026eca803af7 (patch) | |
| tree | 1a2ca56cf066eb9a2c0accc8aaef98c220155664 /packages/syslinux/syslinux3.inc | |
| parent | 23719bc83fd83bb97f4a1b1dd3f827695d650466 (diff) | |
| parent | 65bc4f8d870ad81f9e92f9b5930ee6bfd5964af1 (diff) | |
merge of '1bb95c93cc0333355720a49f6933cddc3e57fc7a'
and '54c79c3345238c5d9b19bb64d60aa8a01ab471a1'
Diffstat (limited to 'packages/syslinux/syslinux3.inc')
| -rw-r--r-- | packages/syslinux/syslinux3.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/syslinux/syslinux3.inc b/packages/syslinux/syslinux3.inc index 25942aab84..95124d6160 100644 --- a/packages/syslinux/syslinux3.inc +++ b/packages/syslinux/syslinux3.inc @@ -8,6 +8,7 @@ do_stage() { install -d ${STAGING_BINDIR} install -m 755 ${STAGE_TEMP}/usr/bin/syslinux ${STAGING_BINDIR} + install -m 755 ${STAGE_TEMP}/sbin/extlinux ${STAGING_BINDIR} # When building media, the syslinux binary isn't nearly as useful # as the DOS data files, so we copy those into a special location |
