mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
www-apps/code-server-bin: move license removal to src_prepare phase
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
@@ -55,12 +55,11 @@ src_prepare() {
|
||||
# not needed
|
||||
rm code-server || die
|
||||
rm postinstall.sh || die
|
||||
# already in /usr/portage/licenses/MIT
|
||||
rm LICENSE.txt || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# already in /usr/portage/licenses/MIT
|
||||
rm LICENSE.txt || die
|
||||
|
||||
local mydocs="README.md ThirdPartyNotices.txt"
|
||||
for doc in ${mydocs}
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user