aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-04-26 14:51:06 +0200
committerPierre Ossman <ossman@cendio.se>2024-04-26 14:51:06 +0200
commit9fc7fef9ba72b1bf8980f563a58229aedf79a042 (patch)
treefbed5405f9d86c7ff50e24c96ed807054ff63ec8
parent34d96928632b79196cc3d46aa2abd7c1f1122593 (diff)
downloadtigervnc-9fc7fef9ba72b1bf8980f563a58229aedf79a042.tar.gz
tigervnc-9fc7fef9ba72b1bf8980f563a58229aedf79a042.zip
Overwrite vncsession.pp.bz2 each time
Make it easier to work iteratively by not having to remove the output file each time.
-rw-r--r--unix/vncserver/selinux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncserver/selinux/Makefile b/unix/vncserver/selinux/Makefile
index b23f20f6..5d5718c7 100644
--- a/unix/vncserver/selinux/Makefile
+++ b/unix/vncserver/selinux/Makefile
@@ -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 $@