[jhbuild/wip/packaging: 6/6] autotools: Always do an install even with --binpkg
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild/wip/packaging: 6/6] autotools: Always do an install even with --binpkg
- Date: Thu, 5 May 2011 23:24:19 +0000 (UTC)
commit f15d862f562ed51e1f2fa6ae5b9c3411b9895ae1
Author: Colin Walters <walters verbum org>
Date: Thu May 5 10:39:53 2011 -0400
autotools: Always do an install even with --binpkg
And remove a debug print
jhbuild/modtypes/__init__.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/jhbuild/modtypes/__init__.py b/jhbuild/modtypes/__init__.py
index 4540280..f10b9d4 100644
--- a/jhbuild/modtypes/__init__.py
+++ b/jhbuild/modtypes/__init__.py
@@ -198,7 +198,6 @@ them into the prefix."""
def _create_binpkg(self, buildscript, destdir):
cmd = self._get_fakeroot_command_prefix()
destdir = self.get_destdir(buildscript)
- print "%r" % (buildscript.config.binpkg, )
assert isinstance(buildscript.config.binpkg, str)
cmd = cmd + ['tar', 'cjf', buildscript.config.binpkg, '.']
buildscript.execute(cmd, cwd = destdir)
@@ -237,8 +236,7 @@ them into the prefix."""
if buildscript.config.binpkg:
self._create_binpkg(buildscript, destdir)
- else:
- self._process_install_files(destdir, destdir, buildscript.config.prefix)
+ self._process_install_files(destdir, destdir, buildscript.config.prefix)
try:
os.rmdir(destdir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]