diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-03 15:38:10 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-03 15:38:10 -0200 |
commit | 34fadfb44c19ea53098ad35ba9f186c18d50cc3f (patch) | |
tree | 13cde9ff61f7a37f8beb187f5c92d4711d734983 | |
parent | a33ca10c5f37354b93af4987d8369d64020433ee (diff) |
iceweasel-libre-17.0.1.2-1: fixing some thing on PKGBUILD
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 8f1050846..581a0c00b 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -97,7 +97,7 @@ build() { cat "$srcdir/mozconfig.pgo" >> .mozconfig fi -# From js on abslibre-mips64el.git + # From js on abslibre-mips64el.git if [ "$CARCH" = "mips64el" ]; then msg "Force disabling JIT." sed -ri 's/#define ENABLE_(JIT|ASSEMBLER) 1/#define ENABLE_\1 0/' \ |