Kaynağa Gözat

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.
pull/1734/merge
Pierre Ossman 1 ay önce
ebeveyn
işleme
0e76dd1221
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      unix/vncserver/selinux/Makefile

+ 1
- 1
unix/vncserver/selinux/Makefile Dosyayı Görüntüle

@@ -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

Loading…
İptal
Kaydet