[jhbuild] distutils: Fix typo in 45892714ce2
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] distutils: Fix typo in 45892714ce2
- Date: Fri, 22 Apr 2022 16:50:19 +0000 (UTC)
commit fac7d0e8c01b6a8565d69f10c406b75f4a6ce847
Author: Patrick Griffis <pgriffis igalia com>
Date: Fri Apr 22 11:50:14 2022 -0500
distutils: Fix typo in 45892714ce2
jhbuild/modtypes/distutils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/jhbuild/modtypes/distutils.py b/jhbuild/modtypes/distutils.py
index 735a60f8..9552d0a4 100644
--- a/jhbuild/modtypes/distutils.py
+++ b/jhbuild/modtypes/distutils.py
@@ -77,7 +77,7 @@ class DistutilsModule(Package, DownloadableModule):
cmd.extend(['install',
'--prefix', prefix,
'--install-script', os.path.join(prefix, 'bin'),
- '--install-lib', os.path.join(prefix, 'bin'),
+ '--install-lib', os.path.join(prefix, 'lib'),
'--install-data', os.path.join(prefix, 'share'),
'--root', destdir])
buildscript.execute(cmd, cwd = srcdir, extra_env = self.extra_env)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]