summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cs/src/IceBox/Makefile2
-rw-r--r--distribution/src/deb/all/debian/icebox-cil.install2
-rw-r--r--man/man1/iceboxnet.1 (renamed from man/man1/iceboxnet.exe.1)0
3 files changed, 2 insertions, 2 deletions
diff --git a/cs/src/IceBox/Makefile b/cs/src/IceBox/Makefile
index 578ba195374..01319fd2bb4 100644
--- a/cs/src/IceBox/Makefile
+++ b/cs/src/IceBox/Makefile
@@ -46,7 +46,7 @@ install:: all
install:: all
$(call installprogram,$(ICEBOXNET),$(DESTDIR)$(install_bindir))
- $(call installdata,$(top_srcdir)/../man/man1/iceboxnet.exe.1,$(DESTDIR)$(install_mandir))
+ $(call installdata,$(top_srcdir)/../man/man1/iceboxnet.1,$(DESTDIR)$(install_mandir))
$(call installmdb,$(ICEBOXNET).mdb)
ifeq ($(GACINSTALL),yes)
diff --git a/distribution/src/deb/all/debian/icebox-cil.install b/distribution/src/deb/all/debian/icebox-cil.install
index 0cd28b9c612..fa3ff5f7ce8 100644
--- a/distribution/src/deb/all/debian/icebox-cil.install
+++ b/distribution/src/deb/all/debian/icebox-cil.install
@@ -1,2 +1,2 @@
usr/bin/iceboxnet.exe
-usr/share/man/man1/iceboxnet.exe.1 \ No newline at end of file
+usr/share/man/man1/iceboxnet.1
diff --git a/man/man1/iceboxnet.exe.1 b/man/man1/iceboxnet.1
index 5b30eb009ef..5b30eb009ef 100644
--- a/man/man1/iceboxnet.exe.1
+++ b/man/man1/iceboxnet.1