diff options
author | Jose <jose@zeroc.com> | 2013-07-22 14:29:36 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-07-22 14:29:36 +0200 |
commit | f7a6c6258b062b051e15122f4f6f1af3c9d5a319 (patch) | |
tree | dd01539190fa588d1be3a583267bfbd6b5a58068 /cpp/src/slice2rb | |
parent | ICE-5383 - SLES fix (diff) | |
download | ice-f7a6c6258b062b051e15122f4f6f1af3c9d5a319.tar.bz2 ice-f7a6c6258b062b051e15122f4f6f1af3c9d5a319.tar.xz ice-f7a6c6258b062b051e15122f4f6f1af3c9d5a319.zip |
Ubuntu/Debian distribution support
Diffstat (limited to 'cpp/src/slice2rb')
-rw-r--r-- | cpp/src/slice2rb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2rb/Makefile b/cpp/src/slice2rb/Makefile index b9d51c356a1..d6c63c4d3ae 100644 --- a/cpp/src/slice2rb/Makefile +++ b/cpp/src/slice2rb/Makefile @@ -32,7 +32,7 @@ $(NAME): $(OBJS) $(CXX) $(LDFLAGS) -o $@ $(OBJS) $(SLICE_LIBS) $(MCPP_RPATH_LINK) install:: all - $(call installprogram,$(NAME),$(install_bindir)) - $(call installdata,$(top_srcdir)/../man/man1/slice2rb.1,$(install_mandir)) + $(call installprogram,$(NAME),$(DESTDIR)$(install_bindir)) + $(call installdata,$(top_srcdir)/../man/man1/slice2rb.1,$(DESTDIR)$(install_mandir)) include .depend |