summaryrefslogtreecommitdiffstats
path: root/extra/firefox/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-02 08:04:04 +0100
committersibel <lesibel@free.fr>2011-01-02 08:04:04 +0100
commitbd0052227c4415ee3597d9f590f836ab9c217938 (patch)
treeb017e179044ed2ec913d15196e2604b257b2a948 /extra/firefox/Pkgfile
parent4ebb5857b380581a9927556628734670467e1a18 (diff)
downloadnutyx-pakxe-bd0052227c4415ee3597d9f590f836ab9c217938.tar.gz
nutyx-pakxe-bd0052227c4415ee3597d9f590f836ab9c217938.tar.bz2
nutyx-pakxe-bd0052227c4415ee3597d9f590f836ab9c217938.tar.xz
nutyx-pakxe-bd0052227c4415ee3597d9f590f836ab9c217938.zip
firefox#3.6.13-1, correction python
Diffstat (limited to 'extra/firefox/Pkgfile')
-rw-r--r--extra/firefox/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/firefox/Pkgfile b/extra/firefox/Pkgfile
index 686120fa2..eb09c231c 100644
--- a/extra/firefox/Pkgfile
+++ b/extra/firefox/Pkgfile
@@ -1,8 +1,8 @@
-# Description: Navigateur internet de Mozilla
+# Decription: Navigateur internet de Mozilla
# URL: http://www.mozilla.com/firefox/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: desktop-file-utils, alsa-lib, gtk, libidl, pango, python, curl, nss, libnotify, sqlite3, dbus-glib, libgnomeui
+# Depends on: desktop-file-utils, alsa-lib, gtk, libidl, pango, python2, curl, nss, libnotify, sqlite3, dbus-glib, libgnomeui
name=firefox
version=3.6.13
@@ -20,7 +20,7 @@ build() {
cd mozilla-1.9.2
sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig
- ./configure
+ PYTHON=python2 ./configure
make