From: Andrew Tridgell Date: Wed, 30 May 2007 01:17:52 +0000 (+1000) Subject: fixed onnode symlink install X-Git-Tag: tevent-0.9.20~348^2~2635 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a8b9f21d8a0ed8940a40a5e97eb9c7bacab5002;p=thirdparty%2Fsamba.git fixed onnode symlink install (This used to be ctdb commit fd6a474fb52263512a0496ec8c9dc5443902d45a) --- diff --git a/ctdb/packaging/RHEL/ctdb.spec b/ctdb/packaging/RHEL/ctdb.spec index af05333a52e..9bba5683b15 100644 --- a/ctdb/packaging/RHEL/ctdb.spec +++ b/ctdb/packaging/RHEL/ctdb.spec @@ -68,10 +68,10 @@ install -m755 setup/ctdb.init $RPM_BUILD_ROOT%{initdir}/ctdb install -m755 tools/events $RPM_BUILD_ROOT%{_sysconfdir}/ctdb/events install -m755 tools/onnode.ssh $RPM_BUILD_ROOT%{_bindir} install -m755 tools/onnode.rsh $RPM_BUILD_ROOT%{_bindir} -ln -sf %{_bindir}/onnode.ssh onnode +ln -sf %{_bindir}/onnode.ssh $RPM_BUILD_ROOT%{_bindir}/onnode # unfortunately samba3 needs ctdb_private.h too -install -m644 include/ctdb_private.h %{_includedir}/ctdb_private.h +install -m644 include/ctdb_private.h $RPM_BUILD_ROOT%{_includedir}/ctdb_private.h # Remove "*.old" files @@ -109,5 +109,9 @@ fi %{_sysconfdir}/ctdb/events %{_sbindir}/ctdbd %{_bindir}/ctdb +%{_bindir}/onnode.ssh +%{_bindir}/onnode.rsh +%{_bindir}/onnode %{_includedir}/ctdb.h %{_includedir}/ctdb_private.h +