From cd06bb7f2b69643c6dc4185762df4f87114f2357 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 14 Jun 2011 03:15:02 +0200 Subject: [PATCH] pandora-pndstore: Fixed typo (PNDStore -> PNDstore) --- recipes/pandora-system/pandora-pndstore.bb | 4 ++-- recipes/pandora-system/pandora-pndstore/op_pndstore.desktop | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/pandora-system/pandora-pndstore.bb b/recipes/pandora-system/pandora-pndstore.bb index 475ca7c..605f3ec 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 = "r3" +PR = "r4" SRC_URI = " \ git://github.com/Tempel/PNDstore.git;protocol=git;branch=master \ @@ -16,7 +16,7 @@ S = "${WORKDIR}/git" do_install() { install -d 0775 ${D}${prefix}/pandora/scripts/pndstore/ - install -m 0775 ${S}/PNDStore ${D}${prefix}/pandora/scripts/pndstore/PNDStore + 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 diff --git a/recipes/pandora-system/pandora-pndstore/op_pndstore.desktop b/recipes/pandora-system/pandora-pndstore/op_pndstore.desktop index 117d1f5..e79ceba 100644 --- a/recipes/pandora-system/pandora-pndstore/op_pndstore.desktop +++ b/recipes/pandora-system/pandora-pndstore/op_pndstore.desktop @@ -1,8 +1,8 @@ [Desktop Entry] -Name=PNDStore +Name=PNDstore Comment=Download and update software for your Pandora. StartupNotify=false -Exec=/usr/pandora/scripts/pndstore/PNDStore --working-dir=. +Exec=/usr/pandora/scripts/pndstore/PNDstore --working-dir=. Icon=/usr/share/pixmaps/op_pndstore.png Terminal=false Type=Application -- 2.39.5