diff options
author | Chris Lord <chris@openedhand.com> | 2005-10-04 01:00:46 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-10-04 01:00:46 +0000 |
commit | a9c1d9da884c4d07ba3bd393e40abec999873b07 (patch) | |
tree | d00d18e5eb0426bd1c9bcdefaf327000d41b4798 /openembedded | |
parent | 86ac5925e2460bc4df852f9b4d22c2a04a698164 (diff) | |
download | poky-a9c1d9da884c4d07ba3bd393e40abec999873b07.tar.gz |
Fix a path
git-svn-id: https://svn.o-hand.com/repos/poky@114 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb b/openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb index 05ed400b1b..d3baaf62d6 100644 --- a/openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb +++ b/openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 | |||
11 | file://signedchar.patch;patch=1 \ | 11 | file://signedchar.patch;patch=1 \ |
12 | file://rxvt.desktop \ | 12 | file://rxvt.desktop \ |
13 | file://rxvt.png" | 13 | file://rxvt.png" |
14 | PR = "r4" | 14 | PR = "r5" |
15 | 15 | ||
16 | inherit autotools update-alternatives | 16 | inherit autotools update-alternatives |
17 | 17 | ||
@@ -65,4 +65,4 @@ do_install_append () { | |||
65 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications | 65 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications |
66 | } | 66 | } |
67 | 67 | ||
68 | FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/icons/hicolor/48x48/apps/rxvt.png" | 68 | FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png" |