diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-12 14:30:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-12 14:30:16 +0000 |
commit | 0c0f13c62d1d1906fffb543e0f96a639dcbe3c3b (patch) | |
tree | 610ec41e87efba9a3b02be9abce7293ff1196af1 /rxvt | |
parent | f2bd51666e6ff3f7a03648ae53f1b66dc14a263f (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages
2004/06/12 16:30:12+02:00 uni-frankfurt.de!pb_
install rxvt as alternative for x-terminal-emulator
BKrev: 40cb13782sGZQgFgn-5yLmRWdKL3qw
Diffstat (limited to 'rxvt')
-rw-r--r-- | rxvt/rxvt_2.7.9.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rxvt/rxvt_2.7.9.oe b/rxvt/rxvt_2.7.9.oe index f8ce4e8e04..80df3ed8c6 100644 --- a/rxvt/rxvt_2.7.9.oe +++ b/rxvt/rxvt_2.7.9.oe @@ -5,7 +5,10 @@ DESCRIPTION = "Well known terminal emulator" SRC_URI = "pserver://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/rxvt \ file://include.patch;patch=1" -inherit autotools +inherit autotools update-alternatives + +ALTERNATIVE_NAME = "x-terminal-emulator" +ALTERNATIVE_PATH = "${bindir}/rxvt-2.7.9" S = ${WORKDIR}/rxvt |