Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Ismael Luceno (45c9cb6e709adce467d3c86ee23f0d0631fc3708)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Ismael Luceno (45c9cb6e709adce467d3c86ee23f0d0631fc3708)
  • Date: Sat, 28 Apr 2012 14:24:00 -0500

GIT changes to master binary grimoire by Ismael Luceno
<ismael.luceno AT gmail.com>:

bin-http/google-chrome-bin/HISTORY | 1 +
bin-http/google-chrome-bin/INSTALL | 5 +++++
2 files changed, 6 insertions(+)

New commits:
commit 45c9cb6e709adce467d3c86ee23f0d0631fc3708
Author: Ismael Luceno <ismael.luceno AT gmail.com>
Commit: Ismael Luceno <ismael.luceno AT gmail.com>

google-chrome-bin: create /lib64 symlink

diff --git a/bin-http/google-chrome-bin/HISTORY
b/bin-http/google-chrome-bin/HISTORY
index f22f412..480b563 100644
--- a/bin-http/google-chrome-bin/HISTORY
+++ b/bin-http/google-chrome-bin/HISTORY
@@ -1,5 +1,6 @@
2012-04-28 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: depends on cups
+ * INSTALL: create /lib64 symlink

2010-08-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: added FORCE_DOWNLOAD[1]=on
diff --git a/bin-http/google-chrome-bin/INSTALL
b/bin-http/google-chrome-bin/INSTALL
index f9d7d4f..0fe8022 100755
--- a/bin-http/google-chrome-bin/INSTALL
+++ b/bin-http/google-chrome-bin/INSTALL
@@ -33,3 +33,8 @@ done
#
cp -v $SOURCE_DIRECTORY/jpeg-6b/.libs/libjpeg.so \
$INSTALL_ROOT/opt/google/chrome/libjpeg.so.62
+
+#
+# Create lib64 symlink
+#
+[ -e /lib64 ] || ln -s lib $INSTALL_ROOT/lib64



  • [SM-Commit] GIT changes to master binary grimoire by Ismael Luceno (45c9cb6e709adce467d3c86ee23f0d0631fc3708), Ismael Luceno, 04/28/2012

Archive powered by MHonArc 2.6.24.

Top of Page