summaryrefslogtreecommitdiff
path: root/cpp/src/IceBox
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceBox')
-rw-r--r--cpp/src/IceBox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceBox/Makefile b/cpp/src/IceBox/Makefile
index 094251bd208..b2e67c45858 100644
--- a/cpp/src/IceBox/Makefile
+++ b/cpp/src/IceBox/Makefile
@@ -66,7 +66,7 @@ $(ADMIN): $(AOBJS) $(LIBTARGETS)
install:: all
$(call installlib,$(DESTDIR)$(install_libdir),$(libdir),$(LIBFILENAME),$(SONAME),$(LIBNAME))
- $(call installprogram,$(SERVER),$(DESTDIR)$(install_bindir))
+ $(call installprogram,$(SERVER),$(DESTDIR)$(install_bindir)/icebox$(binsuffix))
$(call installdata,$(top_srcdir)/../man/man1/icebox.1,$(DESTDIR)$(install_mandir))
$(call installprogram,$(ADMIN),$(DESTDIR)$(install_bindir))
$(call installdata,$(top_srcdir)/../man/man1/iceboxadmin.1,$(DESTDIR)$(install_mandir))