aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncserver/selinux
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-04-26 14:52:11 +0200
committerPierre Ossman <ossman@cendio.se>2024-04-26 14:52:11 +0200
commit0e76dd1221b1e226884667a591db766be2aa3562 (patch)
treeae17ff5d8425443124c75381fb2bc898e9b9e206 /unix/vncserver/selinux
parent47cca4426da530660a2c17cce38ec8dee131e0d1 (diff)
downloadtigervnc-0e76dd1221b1e226884667a591db766be2aa3562.tar.gz
tigervnc-0e76dd1221b1e226884667a591db766be2aa3562.zip
Don't trigger build from install target
The norm is that the install target is read only from the point of view of the source and build directory, so avoid accidentally triggering any build.
Diffstat (limited to 'unix/vncserver/selinux')
-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 c942a0c3..34869730 100644
--- a/unix/vncserver/selinux/Makefile
+++ b/unix/vncserver/selinux/Makefile
@@ -23,6 +23,6 @@ clean:
rm -f *.pp *.pp.bz2
rm -rf tmp
-install: vncsession.pp.bz2
+install:
mkdir -p $(DESTDIR)$(DATADIR)/selinux/packages/targeted/
install vncsession.pp.bz2 $(DESTDIR)$(DATADIR)/selinux/packages/targeted/vncsession.pp.bz2