summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-17 12:02:12 +0200
committertnut <tnut at nutyx dot com>2011-07-17 12:02:12 +0200
commit8fcd3d3c6a9a00f56093011e615b7ae2316ae092 (patch)
tree712ea7ad6f0b129bdddeb2641a2eabd13bdcb271
parent618fa1f7eaf8040d8415bf06d53aca8f91beca74 (diff)
downloadnutyx-extra-8fcd3d3c6a9a00f56093011e615b7ae2316ae092.tar.gz
nutyx-extra-8fcd3d3c6a9a00f56093011e615b7ae2316ae092.tar.bz2
nutyx-extra-8fcd3d3c6a9a00f56093011e615b7ae2316ae092.tar.xz
nutyx-extra-8fcd3d3c6a9a00f56093011e615b7ae2316ae092.zip
firefox, xpi différent pour chaque arch...
-rw-r--r--extra/firefox/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/firefox/Pkgfile b/extra/firefox/Pkgfile
index f8878d923..4fd7c1738 100644
--- a/extra/firefox/Pkgfile
+++ b/extra/firefox/Pkgfile
@@ -19,7 +19,7 @@ source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/sour
build() {
unset CXXFLAGS
unset CFLAGS
- wget http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$version/linux-i686/xpi/fr.xpi
+ wget http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$version/linux-`uname -m`/xpi/fr.xpi
case `uname -m` in
x86_64)
export CXXFLAGS="-O2 -fPIC -pipe -fpermissive"