Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py installs usr/CHANGES.md and usr/LICENSE #13

Open
z3ntu opened this issue Jul 18, 2021 · 1 comment
Open

setup.py installs usr/CHANGES.md and usr/LICENSE #13

z3ntu opened this issue Jul 18, 2021 · 1 comment

Comments

@z3ntu
Copy link
Contributor

z3ntu commented Jul 18, 2021

As written in the title, when running python3 setup.py install --prefix=/usr --root="$pkgdir" as part of distribution packaging, it will install the files usr/CHANGES.md and usr/LICENSE

@JamiKettunen
Copy link

+1, this also affects pip install extract-dtb for system-wide (same /usr/{CHANGES.md,LICENSE} created) and pip install --user extract-dtb (~/.local/{CHANGES.md,LICENSE} created).
It appears to be caused by https://github.com/PabloCastellano/extract-dtb/blob/1.2.3/setup.py#L24
@PabloCastellano Could these simply not be copied over like this, or perhaps instead under another dir?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants