summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-21 04:16:49 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-21 04:16:49 -0200
commitab735a06a4b1882879a2eb06b7db28fc5e251d5a (patch)
tree1aa12b06455aa843e6ee7362e7c30cd2cec66fef /libre/iceweasel-libre/PKGBUILD
parentc1c6db6b63b83841003a4024ba2f3984e1f14116 (diff)
iceweasel-libre: fix tab loading icon name on the PKGBUILD
Diffstat (limited to 'libre/iceweasel-libre/PKGBUILD')
-rw-r--r--libre/iceweasel-libre/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD
index 6fe67f909..08efafb34 100644
--- a/libre/iceweasel-libre/PKGBUILD
+++ b/libre/iceweasel-libre/PKGBUILD
@@ -154,7 +154,7 @@ prepare() {
# Fix tab loading icon (flickers with libpng 1.6)
# https://bugzilla.mozilla.org/show_bug.cgi?id=841734
- cp "$srcdir/firefox-20.0.1-fixed-loading-icon.png" \
+ cp "$srcdir/iceweasel-20.0.1-fixed-loading-icon.png" \
browser/themes/linux/tabbrowser/loading.png
}