about summary refs log tree commit diff
path: root/pkgs/tools/compression/lzip/mingw-install-exe-file.patch
blob: b2b4b2be067e0390f45b7b8ec40238074c4187e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.in b/Makefile.in
index d07ad5a..1c15203 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -64,7 +64,7 @@ install-strip-compress : install-bin-strip install-info-compress install-man-com
 
 install-bin : all
 	if [ ! -d "$(DESTDIR)$(bindir)" ] ; then $(INSTALL_DIR) "$(DESTDIR)$(bindir)" ; fi
-	$(INSTALL_PROGRAM) ./$(progname) "$(DESTDIR)$(bindir)/$(progname)"
+	$(INSTALL_PROGRAM) ./$(progname).exe "$(DESTDIR)$(bindir)/$(progname).exe"
 
 install-bin-strip : all
 	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install-bin