diff options
| author | Chris Lord <chris@openedhand.com> | 2005-10-03 08:44:13 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2005-10-03 08:44:13 +0000 |
| commit | 09741558fed5f5649dc8521ce0467b241932873b (patch) | |
| tree | efbd7cb5ab39f77362e43c71b06507254ececb77 /openembedded/packages/rxvt-unicode | |
| parent | 5216f94c4b7b4f441805e44add56f38880dd9beb (diff) | |
| download | poky-09741558fed5f5649dc8521ce0467b241932873b.tar.gz | |
Install rxvt-unicode icon into ${datadir}/pixmaps so matchbox can find it
git-svn-id: https://svn.o-hand.com/repos/poky@96 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/rxvt-unicode')
| -rw-r--r-- | openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb b/openembedded/packages/rxvt-unicode/rxvt-unicode_5.6.bb index f21b1f27b5..05ed400b1b 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 = "r3" | 14 | PR = "r4" |
| 15 | 15 | ||
| 16 | inherit autotools update-alternatives | 16 | inherit autotools update-alternatives |
| 17 | 17 | ||
| @@ -59,9 +59,9 @@ do_compile () { | |||
| 59 | do_install_append () { | 59 | do_install_append () { |
| 60 | install -d ${D}/${datadir} | 60 | install -d ${D}/${datadir} |
| 61 | install -d ${D}/${datadir}/applications | 61 | install -d ${D}/${datadir}/applications |
| 62 | install -d ${D}/${datadir}/icons/hicolor/48x48/apps | 62 | install -d ${D}/${datadir}/pixmaps/ |
| 63 | 63 | ||
| 64 | install -m 0644 ${WORKDIR}/rxvt.png ${D}/${datadir}/icons/hicolor/48x48/apps | 64 | install -m 0644 ${WORKDIR}/rxvt.png ${D}/${datadir}/pixmaps |
| 65 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications | 65 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications |
| 66 | } | 66 | } |
| 67 | 67 | ||
