From db3364c8afa29e70433e3fcf7e5495658274dc81 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 9 Dec 2013 17:56:11 +0100 Subject: [PATCH] Add target to build portable linux app. --- Makefile | 4 ++++ setup.py | 1 + 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index e506754f..5a619fb0 100644 --- a/Makefile +++ b/Makefile @@ -168,6 +168,10 @@ rpm: $(MAKE) -C linkcheck/HtmlParser $(PYTHON) setup.py bdist_rpm +# Build portable Linux app +binary: distclean localbuild chmod + LINKCHECKER_FREEZE=1 $(PYTHON) setup.py bdist + # The check programs used here are mostly local scripts on my private system. # So for other developers there is no need to execute this target. check: diff --git a/setup.py b/setup.py index f5cbfa81..8ca0a319 100644 --- a/setup.py +++ b/setup.py @@ -681,6 +681,7 @@ elif do_freeze: cmd_obj = self.distribution.get_command_obj("install_lib") cmd_obj.ensure_finalized() self.outfiles.append(cmd_obj.get_conf_output()+"c") + insert_dns_path() class InnoScript: