Update copyright year in preparation for 2023. Switch dodir from /usr/src/ to /src/.

This commit is contained in:
inference 2022-12-30 14:52:58 +00:00
parent 363658a5b2
commit e9ea27f310

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors, 2022 Inference
# Copyright 1999-2022 Gentoo Authors, 2022-2023 Inference
# SPDX-License-Identifier: GPL-2.0-only
@ -25,7 +25,7 @@ install_sources() {
local file
cd "${S}" || die
dodir /usr/src
dodir /src/
einfo ">>> Copying source code ..."
file="$(find ${WORKDIR} -iname "docs" -type d)"