diff options
Diffstat (limited to 'app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild')
-rw-r--r-- | app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild b/app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild index 130cac7..72154d1 100644 --- a/app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild +++ b/app-emulation/systemsim-cell/systemsim-cell-1.1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~ppc" IUSE="" SYSTEMSIM_DIR="/opt/IBM/systemsim-cell" -IMAGE_PATH="/usr/share/${PN}/image/cell" +IMAGE_PATH="/usr/share/${PN}/image" DEPEND=">=dev-lang/tcl-8.4.10 >=dev-lang/tk-8.4.10" @@ -39,12 +39,12 @@ src_install() { doenvd ${FILESDIR}/09systemsim-cell sed -i -e "s:\${SYSTEMSIM_TOP}/images:${IMAGE_PATH}:" \ ${D}/${SYSTEMSIM_DIR}/bin/systemsim - dodir ${IMAGE_PATH} + dodir ${IMAGE_PATH}/cell echo "Put a system image with the name sysroot_disk and a kernel image with - the name vmlinux there" > ${D}/${IMAGE_PATH}/README + the name vmlinux there" > ${D}/${IMAGE_PATH}/cell/README } pkg_postinst() { elog "The provided systemsim doesn't have kernel and system images, please" - elog "install them in ${IMAGE_PATH}" + elog "install them in ${IMAGE_PATH}/cell" } |