python/semanage: Drop python shebang from seobject.py

seobject.py is not supposed to be used as entrypoint therefore the shebang is
unnecessary. It also doesn't need execute bits.

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
Petr Lautrbach 2019-02-15 17:00:23 +01:00 committed by Nicolas Iooss
parent 72dc5c6241
commit f9dbd6e83c
No known key found for this signature in database
GPG Key ID: C191415F340DAAA0
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ install: all
fi ; \
done
test -d $(DESTDIR)/$(PACKAGEDIR) || install -m 755 -d $(DESTDIR)/$(PACKAGEDIR)
install -m 755 seobject.py $(DESTDIR)/$(PACKAGEDIR)
install -m 644 seobject.py $(DESTDIR)/$(PACKAGEDIR)
-mkdir -p $(DESTDIR)$(BASHCOMPLETIONDIR)
install -m 644 $(BASHCOMPLETIONS) $(DESTDIR)$(BASHCOMPLETIONDIR)/semanage

View File

@ -1,4 +1,3 @@
#! /usr/bin/python -Es
# Copyright (C) 2005-2013 Red Hat
# see file 'COPYING' for use and warranty information
#