Explorar el Código

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/1491/merge
Pierre Ossman hace 3 semanas
padre
commit
0e76dd1221
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      unix/vncserver/selinux/Makefile

+ 1
- 1
unix/vncserver/selinux/Makefile Ver fichero

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

Cargando…
Cancelar
Guardar