mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
hackplugins-meta: pkgcheck fix
This commit is contained in:
parent
e769968c73
commit
6b7ce1ad5a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -16,7 +16,7 @@ S="${WORKDIR}"
|
|||
# about:policies
|
||||
src_install() {
|
||||
insinto /etc/firefox/policies/
|
||||
newins ${FILESDIR}/ff-policies.json policies.json
|
||||
newins "${FILESDIR}/ff-policies.json" policies.json
|
||||
|
||||
#(alternative location) the existing one, installed by Gentoo
|
||||
#insinto ${MOZILLA_FIVE_HOME}/distribution/
|
||||
|
|
|
|||
Loading…
Reference in a new issue