mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Ensure python scripts are installed as SCRIPTS, rather than DATA to stop rpmlint complaining
This commit is contained in:
parent
38d4f30c56
commit
f42a9ed371
@ -6,7 +6,7 @@ bin_SCRIPTS = virt-manager
|
||||
|
||||
pythondir = $(pkgdatadir)
|
||||
python_SOURCES = $(PACKAGE).py.in
|
||||
python_DATA = $(PACKAGE).py
|
||||
python_SCRIPTS = $(PACKAGE).py
|
||||
|
||||
libexec_SOURCES = $(PACKAGE)-launch.in
|
||||
libexec_SCRIPTS = $(PACKAGE)-launch
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
pythondir = $(pkgdatadir)/virtManager
|
||||
python_DATA = $(wildcard $(srcdir)/*.py)
|
||||
python_SCRIPTS = $(wildcard $(srcdir)/*.py)
|
||||
|
||||
EXTRA_DIST = $(python_DATA)
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
pythondir = $(pkgdatadir)/vncViewer
|
||||
python_DATA = $(wildcard $(srcdir)/*.py)
|
||||
python_SCRIPTS = $(wildcard $(srcdir)/*.py)
|
||||
|
||||
EXTRA_DIST = $(python_DATA)
|
||||
|
Loading…
Reference in New Issue
Block a user