Skip to content

Commit

Permalink
Move sepolicy desktop and png files to gui.
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Smalley <[email protected]>
  • Loading branch information
stephensmalley committed Nov 16, 2016
1 parent eeba595 commit 50be5fc
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions gui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ install: all
install -m 644 system-config-selinux.png $(DATADIR)/icons/hicolor/24x24/apps
install -m 644 system-config-selinux.png $(DATADIR)/system-config-selinux
install -m 644 *.desktop $(DATADIR)/system-config-selinux
-mkdir -p $(DESTDIR) $(DATADIR)/pixmaps
install -m 644 sepolicy_256.png $(DATADIR)/pixmaps/sepolicy.png
for i in 16 22 32 48 256; do \
mkdir -p $(DESTDIR) $(DATADIR)/icons/hicolor/$${i}x$${i}/apps; \
install -m 644 sepolicy_$${i}.png $(DATADIR)/icons/hicolor/$${i}x$${i}/apps/sepolicy.png; \
done
install -m 644 org.selinux.config.policy $(DATADIR)/polkit-1/actions/
clean:

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
7 changes: 0 additions & 7 deletions python/sepolicy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,5 @@ install:
install -m 644 *.8 $(MANDIR)/man8
-mkdir -p $(BASHCOMPLETIONDIR)
install -m 644 $(BASHCOMPLETIONS) $(BASHCOMPLETIONDIR)/sepolicy
install -m 644 *.desktop $(DATADIR)/system-config-selinux
-mkdir -p $(DESTDIR) $(DATADIR)/pixmaps
install -m 644 sepolicy_256.png $(DATADIR)/pixmaps/sepolicy.png
for i in 16 22 32 48 256; do \
mkdir -p $(DESTDIR) $(DATADIR)/icons/hicolor/$${i}x$${i}/apps; \
install -m 644 sepolicy_$${i}.png $(DATADIR)/icons/hicolor/$${i}x$${i}/apps/sepolicy.png; \
done

relabel:

0 comments on commit 50be5fc

Please sign in to comment.