Browse Source

Overwrite vncsession.pp.bz2 each time

Make it easier to work iteratively by not having to remove the output
file each time.
pull/1734/merge
Pierre Ossman 1 month ago
parent
commit
9fc7fef9ba
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      unix/vncserver/selinux/Makefile

+ 1
- 1
unix/vncserver/selinux/Makefile View File

@@ -13,7 +13,7 @@ DATADIR=$(PREFIX)/share
all: vncsession.pp.bz2

%.pp.bz2: %.pp
bzip2 -9 $^
cat "$^" | bzip2 -9 > "$@"

%.pp: %.te
make -f $(DATADIR)/selinux/devel/Makefile $@

Loading…
Cancel
Save