]> source.dussan.org Git - tigervnc.git/commitdiff
Overwrite vncsession.pp.bz2 each time
authorPierre Ossman <ossman@cendio.se>
Fri, 26 Apr 2024 12:51:06 +0000 (14:51 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 26 Apr 2024 12:51:06 +0000 (14:51 +0200)
Make it easier to work iteratively by not having to remove the output
file each time.

unix/vncserver/selinux/Makefile

index b23f20f60ac6f2b844e44a787e772c405eedf2a7..5d5718c7e46001b3b206ed38febe93cc3857f643 100644 (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 $@