]> git.pld-linux.org Git - packages/heartbeat.git/blob - heartbeat-install_stupidity.patch
- 0.4.9.1 - updated patches, few new, some cleanups
[packages/heartbeat.git] / heartbeat-install_stupidity.patch
1 --- ./stonith/Makefile.org      Sat Sep 29 21:55:25 2001
2 +++ ./stonith/Makefile  Mon Sep  2 13:54:30 2002
3 @@ -156,10 +156,10 @@
4         $(INSTALL) -cm 755 $(BINCMDS) $(BINDIR)
5         ls -l $(BINDIR)/$(BINCMDS)
6  
7 -install_lib: $(LIBFILES) $(MODULES) baytech.so rps10.so nw_rpc100s.so $(VACM_STONITH)
8 +install_lib: $(LIBFILES) $(MODULES) $(VACM_STONITH)
9         $(INSTALL) -cm 755 $(LIBFILES) $(LIBDIR)
10         mkdir -p $(MODDIR)
11 -       $(INSTALL) -cm 755 $(MODULES:.o=.so) baytech.so rps10.so nw_rpc100s.so $(VACM_STONITH) $(MODDIR)
12 +       $(INSTALL) -cm 755 $(MODULES:.o=.so) $(VACM_STONITH) $(MODDIR)
13  
14  install_inc:
15         if [ ! -d $(INCDIR) ]; then mkdir $(INCDIR); fi
This page took 0.052301 seconds and 3 git commands to generate.