From 0e76dd1221b1e226884667a591db766be2aa3562 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 26 Apr 2024 14:52:11 +0200 Subject: [PATCH] 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. --- unix/vncserver/selinux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/vncserver/selinux/Makefile b/unix/vncserver/selinux/Makefile index c942a0c3d5..34869730c6 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