mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
$(firefox -app) is xulrunner
This commit is contained in:
parent
44a76c22be
commit
16a3533c2d
1 changed files with 7 additions and 2 deletions
|
@ -36,8 +36,13 @@ rm -fr .git .gitignore
|
|||
mkdir -p $PKG$PREFIX/bin
|
||||
cd $PKG$PREFIX/bin
|
||||
ln -s ../libexec/$PRGNAM/conkeror-spawn-helper conkeror-spawn-helper
|
||||
ln -s ../libexec/$PRGNAM/contrib/run-conkeror run-conkeror
|
||||
ln -s run-conkeror conkeror
|
||||
|
||||
# "Firefox 3 and later ships with a private XULRunner package, which can run any compatible XULRunner application using the -app switch." -- https://developer.mozilla.org/en-US/docs/XULRunner
|
||||
cat <<EOF > $PKG$PREFIX/bin/conkeror
|
||||
#!/bin/sh
|
||||
exec /usr/bin/firefox -app $PREFIX/libexec/$PRGNAM/application.ini "\$@"
|
||||
EOF
|
||||
chmod 755 $PKG$PREFIX/bin/conkeror
|
||||
|
||||
mkdir -p $PKG$PREFIX/doc/$PRGNAM
|
||||
cd $PKG$PREFIX/doc/$PRGNAM
|
||||
|
|
Loading…
Reference in a new issue