Skip to content

Commit

Permalink
Don't trigger build from install target
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
CendioOssman committed Apr 26, 2024
1 parent 47cca44 commit 0e76dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/vncserver/selinux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e76dd1

Please sign in to comment.