96f8c3664e
Conkeror is a keyboard-oriented, highly-customizable, highly-extensible web browser based on Mozilla XULRunner, written mainly in JavaScript, and inspired by exceptional software such as Emacs and vi. Conkeror features a sophisticated keyboard system, allowing users to run commands and interact with content in powerful and novel ways. It is self-documenting, featuring a powerful interactive help system.
13 lines
513 B
Plaintext
13 lines
513 B
Plaintext
$OpenBSD: patch-contrib_install_sh,v 1.1.1.1 2010/12/21 20:47:48 joshe Exp $
|
|
--- contrib/install.sh.orig Wed Dec 15 19:19:52 2010
|
|
+++ contrib/install.sh Sat Dec 18 08:31:26 2010
|
|
@@ -73,7 +73,7 @@ fi
|
|
|
|
|
|
echo -n "Installing conkeror to $PREFIX/lib/conkeror ..."
|
|
-assert xulrunner --install-app conkeror.xulapp "$PREFIX/lib/"
|
|
+assert ${XULRUNNER} --install-app conkeror.xulapp "$PREFIX/lib/"
|
|
|
|
echo -n "Installing conkeror-spawn-helper to $PREFIX/lib/conkeror ..."
|
|
cp conkeror-spawn-helper $PREFIX/lib/conkeror/
|