From: Michael Mrozek Date: Tue, 14 Jun 2011 01:12:33 +0000 (+0200) Subject: pandora-pndstore: Fixed paths X-Git-Tag: sz_beta3~142 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=551aa7691200d8391d2e30139ffe38d17acc035c pandora-pndstore: Fixed paths --- diff --git a/recipes/pandora-system/pandora-pndstore.bb b/recipes/pandora-system/pandora-pndstore.bb index 339728a..475ca7c 100755 --- a/recipes/pandora-system/pandora-pndstore.bb +++ b/recipes/pandora-system/pandora-pndstore.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Download and upgrade PND packages." LICENSE = "GPLv2" -PR = "r2" +PR = "r3" SRC_URI = " \ git://github.com/Tempel/PNDstore.git;protocol=git;branch=master \ @@ -16,23 +16,24 @@ S = "${WORKDIR}/git" do_install() { install -d 0775 ${D}${prefix}/pandora/scripts/pndstore/ - install -m 0775 ${WORKDIR}/PNDStore ${D}${prefix}/pandora/scripts/pndstore/PNDStore - install -m 0775 ${WORKDIR}/pndst ${D}${prefix}/pandora/scripts/pndstore/pndst - install -m 0644 ${WORKDIR}/README.rst ${D}${prefix}/pandora/scripts/pndstore/README.rst + install -m 0775 ${S}/PNDStore ${D}${prefix}/pandora/scripts/pndstore/PNDStore + install -m 0775 ${S}/pndst ${D}${prefix}/pandora/scripts/pndstore/pndst + install -m 0644 ${S}/README.rst ${D}${prefix}/pandora/scripts/pndstore/README.rst + install -m 0644 ${WORKDIR}/_ctypes.so ${D}${prefix}/pandora/scripts/pndstore/_ctypes.so install -d 0775 ${D}${prefix}/pandora/scripts/pndstore/pndstore_gui - install -m 0775 ${WORKDIR}/pndstore_gui/PNDstore.glade ${D}${prefix}/pandora/scripts/pndstore/pndstore_gui/PNDstore.glade - install -m 0775 ${WORKDIR}/pndstore_gui/__init__.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_gui/__init__.py + install -m 0775 ${S}/pndstore_gui/PNDstore.glade ${D}${prefix}/pandora/scripts/pndstore/pndstore_gui/PNDstore.glade + install -m 0775 ${S}/pndstore_gui/__init__.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_gui/__init__.py install -d 0775 ${D}${prefix}/pandora/scripts/pndstore/pndstore_core - install -m 0775 ${WORKDIR}/pndstore_core/__init__.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/__init__.py - install -m 0775 ${WORKDIR}/pndstore_core/database_update.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/database_update.py - install -m 0775 ${WORKDIR}/pndstore_core/libpnd.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/libpnd.py - install -m 0775 ${WORKDIR}/pndstore_core/options.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/options.py - install -m 0775 ${WORKDIR}/pndstore_core/packages.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/packages.py + install -m 0775 ${S}/pndstore_core/__init__.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/__init__.py + install -m 0775 ${S}/pndstore_core/database_update.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/database_update.py + install -m 0775 ${S}/pndstore_core/libpnd.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/libpnd.py + install -m 0775 ${S}/pndstore_core/options.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/options.py + install -m 0775 ${S}/pndstore_core/packages.py ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/packages.py install -d 0775 ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/cfg - install -m 0775 ${WORKDIR}/pndstore_core/cfg/default.cfg ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/cfg/default.cfg + install -m 0775 ${S}/pndstore_core/cfg/default.cfg ${D}${prefix}/pandora/scripts/pndstore/pndstore_core/cfg/default.cfg install -d ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_pndstore.desktop ${D}${datadir}/applications/