mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
coreos-base/gmerge: Stop installing gmerge script
It is not used anywhere during the build process, thus drop it. Dropping it makes it easier to port this ebuild to python3, since there will be only one script to port to python3. The `emerge-gitclone` script will need porting anyway, because it imports portage code, which will become python3 after the update. Most likely the package should be then renamed to `coreos-base/emerge-gitclone`, but this can be done later.
This commit is contained in:
parent
ebf5dd95c5
commit
b908bd1ccc
@ -32,6 +32,5 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_doscript gmerge
|
||||
python_doscript emerge-gitclone
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user