diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 12:21:44 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:43:00 -0400 |
commit | 2e306301770429a1175a72e466c3a4cf53235a89 (patch) | |
tree | d44e33a39552ecdd775d174d00faf5e5f563e013 /python/gerbmerge/fix-install-paths.patch | |
parent | d340f92381b08dbbe763a460707148d6d22b2344 (diff) |
python/gerbmerge: Fixed python path
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/gerbmerge/fix-install-paths.patch')
-rw-r--r-- | python/gerbmerge/fix-install-paths.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gerbmerge/fix-install-paths.patch b/python/gerbmerge/fix-install-paths.patch index dd6ea36f71636..dbe20a3f57738 100644 --- a/python/gerbmerge/fix-install-paths.patch +++ b/python/gerbmerge/fix-install-paths.patch @@ -6,7 +6,7 @@ diff -Naur gerbmerge-1.8old/setup.py gerbmerge-1.8new/setup.py BinDir = '.' else: - DestLib = distutils.sysconfig.get_config_var('LIBPYTHON') -+ DestLib = "/usr/lib/python2.6" ++ DestLib = "/usr/lib/python2.7" DestDir = os.path.join(DestLib, 'gerbmerge') BinFiles = ['misc/gerbmerge'] BinDir = distutils.sysconfig.get_config_var('BINDIR') |