wok annotate ndoutils/stuff/ndoutils-1.4b9-Makefile.in.u @ rev 12077
fix /usr/bin/git-citool in correct link /usr/lib/git-core/git-citool
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 09 10:16:47 2012 +0100 (2012-03-09) |
parents | |
children |
rev | line source |
---|---|
erjo@8703 | 1 --- ndoutils-1.4b9-ori/Makefile Sat Jun 12 09:56:33 2010 |
erjo@8703 | 2 +++ ndoutils-1.4b9/Makefile Sat Jun 12 09:57:06 2010 |
erjo@8703 | 3 @@ -17,7 +17,7 @@ |
erjo@8703 | 4 BINDIR=${exec_prefix}/bin |
erjo@8703 | 5 LIBEXECDIR=${exec_prefix}/libexec |
erjo@8703 | 6 INSTALL=/usr/bin/install -c |
erjo@8703 | 7 -INSTALL_OPTS=-o nagios -g nagios |
erjo@8703 | 8 +INSTALL_OPTS= |
erjo@8703 | 9 INIT_DIR=/etc/init.d |
erjo@8703 | 10 INIT_OPTS=-o root -g root |
erjo@8703 | 11 |