1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

Fix a path

git-svn-id: https://svn.o-hand.com/repos/poky@114 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord
2005-10-04 01:00:46 +00:00
parent 86ac5925e2
commit a9c1d9da88
@@ -11,7 +11,7 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2
file://signedchar.patch;patch=1 \ file://signedchar.patch;patch=1 \
file://rxvt.desktop \ file://rxvt.desktop \
file://rxvt.png" file://rxvt.png"
PR = "r4" PR = "r5"
inherit autotools update-alternatives inherit autotools update-alternatives
@@ -65,4 +65,4 @@ do_install_append () {
install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications
} }
FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/icons/hicolor/48x48/apps/rxvt.png" FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png"