瀏覽代碼

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 月之前
父節點
當前提交
0e76dd1221
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      unix/vncserver/selinux/Makefile

+ 1
- 1
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

Loading…
取消
儲存