From 66e825818b0c13c0ef28008df1dd6fa0477b2bb5 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Sat, 3 Sep 2005 04:50:05 +0000 Subject: Ensure wrapper scripts are included in output file record; this is especially important for RPMs with scripts. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041237 --- setuptools/command/easy_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/command/easy_install.py') diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 75aca8f9..23e80343 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -479,7 +479,7 @@ class easy_install(Command): "import pkg_resources\n" "pkg_resources.run_script(%(spec)r, %(script_name)r)\n" ) % locals() - + self.add_output(target) if not self.dry_run: ensure_directory(target) f = open(target,"w") -- cgit v1.2.1