47 lines
2.0 KiB
Diff
47 lines
2.0 KiB
Diff
|
diff -ru keepalived-1.1.10/genhash/Makefile.in keepalived-1.1.10-fix/genhash/Makefile.in
|
||
|
--- keepalived-1.1.10/genhash/Makefile.in 2005-02-14 20:50:31.000000000 +0000
|
||
|
+++ keepalived-1.1.10-fix/genhash/Makefile.in 2005-02-15 07:38:40.000000000 +0000
|
||
|
@@ -38,13 +38,13 @@
|
||
|
|
||
|
uninstall:
|
||
|
rm -f $(DESTDIR)$(bindir)/$(EXEC)
|
||
|
- rm -f $(DESTDIR)@mandir@/man/man1/genhash.1
|
||
|
+ rm -f $(DESTDIR)@mandir@/man1/genhash.1
|
||
|
|
||
|
install:
|
||
|
install -d $(DESTDIR)$(bindir)
|
||
|
install -m 755 $(BIN)/$(EXEC) $(DESTDIR)$(bindir)/
|
||
|
- install -d $(DESTDIR)@mandir@/man/man1
|
||
|
- install -m 644 ../doc/man/man1/genhash.1 $(DESTDIR)@mandir@/man/man1
|
||
|
+ install -d $(DESTDIR)@mandir@/man1
|
||
|
+ install -m 644 ../doc/man/man1/genhash.1 $(DESTDIR)@mandir@/man1
|
||
|
|
||
|
mrproper: clean distclean
|
||
|
rm -f config.*
|
||
|
diff -ru keepalived-1.1.10/keepalived/Makefile.in keepalived-1.1.10-fix/keepalived/Makefile.in
|
||
|
--- keepalived-1.1.10/keepalived/Makefile.in 2005-02-14 14:02:39.000000000 +0000
|
||
|
+++ keepalived-1.1.10-fix/keepalived/Makefile.in 2005-02-15 07:39:14.000000000 +0000
|
||
|
@@ -90,8 +90,8 @@
|
||
|
rm -f $(DESTDIR)$(sbindir)/$(EXEC)
|
||
|
rm -rf $(DESTDIR)$(sysconfdir)/keepalived
|
||
|
rm -f $(DESTDIR)$(init_dir)/$(init_script)
|
||
|
- rm -f $(DESTDIR)@mandir@/man/man5/keepalived.conf.5
|
||
|
- rm -f $(DESTDIR)@mandir@/man/man8/keepalived.8
|
||
|
+ rm -f $(DESTDIR)@mandir@/man5/keepalived.conf.5
|
||
|
+ rm -f $(DESTDIR)@mandir@/man8/keepalived.8
|
||
|
|
||
|
install:
|
||
|
install -d $(DESTDIR)$(sbindir)
|
||
|
@@ -101,7 +101,7 @@
|
||
|
install -d $(DESTDIR)$(sysconfdir)/keepalived/samples
|
||
|
install -m 644 $(conf_file) $(DESTDIR)$(sysconfdir)/keepalived/
|
||
|
install -m 644 ../doc/samples/* $(DESTDIR)$(sysconfdir)/keepalived/samples/
|
||
|
- install -d $(DESTDIR)@mandir@/man/man5
|
||
|
- install -d $(DESTDIR)@mandir@/man/man8
|
||
|
- install -m 644 ../doc/man/man5/keepalived.conf.5 $(DESTDIR)@mandir@/man/man5
|
||
|
- install -m 644 ../doc/man/man8/keepalived.8 $(DESTDIR)@mandir@/man/man8
|
||
|
+ install -d $(DESTDIR)@mandir@/man5
|
||
|
+ install -d $(DESTDIR)@mandir@/man8
|
||
|
+ install -m 644 ../doc/man/man5/keepalived.conf.5 $(DESTDIR)@mandir@/man5
|
||
|
+ install -m 644 ../doc/man/man8/keepalived.8 $(DESTDIR)@mandir@/man8
|