diff options
-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 |