mirror of
https://github.com/bspeice/libcvautomation
synced 2025-10-21 13:31:50 -04:00
Build the python package and generate dist-specific packages
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
EXTRA_DIST = libcvautomation.py
|
||||
|
||||
install-data-local: setup.py
|
||||
$(Python) setup.py install
|
||||
|
||||
$(Python) setup.py install --prefix=$(RPM_BUILD_ROOT)/$(prefix) --exec-prefix=$(RPM_BUILD_ROOT)/$(exec_prefix)
|
||||
|
||||
##Unfortunately, we can't really uninstall the python file.
|
||||
##The python dist-utils don't tell us where it got installed
|
||||
##to, so we can't uninstall it.
|
||||
|
Reference in New Issue
Block a user