mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Change _SCRIPTS back to _DATA, and instead remove the #!/usr/bin/python stuff which is what rpmlint was really complaining about
This commit is contained in:
parent
7f4872f5fe
commit
4ca749928a
@ -6,7 +6,7 @@ bin_SCRIPTS = virt-manager
|
||||
|
||||
pythondir = $(pkgdatadir)
|
||||
python_SOURCES = $(PACKAGE).py.in
|
||||
python_SCRIPTS = $(PACKAGE).py
|
||||
python_DATA = $(PACKAGE).py
|
||||
|
||||
libexec_SOURCES = $(PACKAGE)-launch.in
|
||||
libexec_SCRIPTS = $(PACKAGE)-launch
|
||||
@ -22,7 +22,7 @@ dbusdir = $(datadir)/dbus-1/services
|
||||
dbus_SOURCES = $(PACKAGE).service.in
|
||||
dbus_DATA = $(PACKAGE).service
|
||||
|
||||
CLEANFILES = $(bin_SCRIPTS) $(desktop_DATA) $(dbus_DATA) $(python_SCRIPTS) $(libexec_SCRIPTS)
|
||||
CLEANFILES = $(bin_SCRIPTS) $(desktop_DATA) $(dbus_DATA) $(python_DATA) $(libexec_SCRIPTS)
|
||||
|
||||
EXTRA_DIST = $(bin_SOURCES) $(desktop_SOURCES) $(dbus_SOURCES) $(python_SOURCES) $(glade_DATA) $(libexec_SOURCES)
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
# -*- python -*-
|
||||
#
|
||||
# Copyright (C) 2006 Red Hat, Inc.
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
pythondir = $(pkgdatadir)/virtManager
|
||||
python_SCRIPTS = $(wildcard $(srcdir)/*.py)
|
||||
python_DATA = $(wildcard $(srcdir)/*.py)
|
||||
|
||||
EXTRA_DIST = $(python_SCRIPTS)
|
||||
EXTRA_DIST = $(python_DATA)
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
pythondir = $(pkgdatadir)/vncViewer
|
||||
python_SCRIPTS = $(wildcard $(srcdir)/*.py)
|
||||
python_DATA = $(wildcard $(srcdir)/*.py)
|
||||
|
||||
EXTRA_DIST = $(python_SCRIPTS)
|
||||
EXTRA_DIST = $(python_DATA)
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
##
|
||||
## pyvnc2swf - crippled_des.py
|
||||
##
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
##
|
||||
## pyvnc2swf - image.py
|
||||
##
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
##
|
||||
## pyvnc2swf - rfb.py
|
||||
##
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
#
|
||||
# Copyright (C) 2006 Daniel Berrange
|
||||
# Copyright (C) 2006 Red Hat
|
||||
|
Loading…
Reference in New Issue
Block a user