You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
+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?
As written in the title, when running
python3 setup.py install --prefix=/usr --root="$pkgdir"
as part of distribution packaging, it will install the filesusr/CHANGES.md
andusr/LICENSE
The text was updated successfully, but these errors were encountered: