| Paste number 82985: | google-chrome wrapper |
| Pasted by: | luis |
| When: | 2 years, 7 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+1S15 |
| Channel: | #lisp |
| Paste contents: |
#!/bin/sh
#
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
PROGDIR=$(dirname $(readlink -f $0))
if [ -d "$PROGDIR/lib32" ]; then
export LD_LIBRARY_PATH=$PROGDIR/lib32:$LD_LIBRARY_PATH
if [ -d "/usr/lib32/gtk-2.0" ]; then
export GTK_PATH=/usr/lib32/gtk-2.0
fi
fi
exec "$PROGDIR/chrome" "$@"
This paste has no annotations.