summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-12-25 00:53:05 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2022-12-25 00:57:00 -0500
commitc27100838f789c9c2b52d55ef5ae17c60a19ce60 (patch)
tree8be8a5fde1deea774bac6c6e5e3767f6383bad69 /libre/iceweasel
parent36d55961761c75b9f36fb5dbcc3ab01d7c717480 (diff)
[iceweasel]: housekeeping
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 1de87303d..0ed6fcbf4 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer (arch): Jan Alexander Steffens (heftig) <heftig@archlinux.org>
+# Maintainer (arch:firefox): Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
# Contributor: Henry Jensen <hjensen@connochaetos.org>
-# Maintainer (archarm): Kevin Mihelich <kevin@archlinuxarm.org>
-# Maintainer (arch32): Andreas Baumann <mail@andreasbaumann.cc>
+# Maintainer (archarm:firefox): Kevin Mihelich <kevin@archlinuxarm.org>
+# Maintainer (arch32:firefox): Andreas Baumann <mail@andreasbaumann.cc>
# Contributor: Erich Eckner <git@eckner.net>
# Contributor: Andreas Grapentin <andreas@grapentin.org>
# Contributor: Luke Shumaker <lukeshu@parabola.nu>
@@ -908,8 +908,8 @@ END
# both applications would share a profile, which is not very sane behavior.
# TODO: this 'rename-profile.sh' source file, and the following two LOC,
# could be removed after a reasonable deprecation period (eg: in 2023)
- mv "${pkgdir}"/usr/lib/iceweasel/ice{,-}weasel
- install -Dm755 ../rename-profile.sh "${pkgdir}"/usr/lib/iceweasel/iceweasel
+ mv "${pkgdir}"/usr/lib/${pkgname}/ice{,-}weasel
+ install -Dm755 ../rename-profile.sh "${pkgdir}"/usr/lib/${pkgname}/iceweasel
# END RENAME_PROFILE
}