summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
Diffstat (limited to 'o3d')
-rw-r--r--o3d/installer/linux/debian.in/debian.gyp19
1 files changed, 9 insertions, 10 deletions
diff --git a/o3d/installer/linux/debian.in/debian.gyp b/o3d/installer/linux/debian.in/debian.gyp
index 51abeca..614e311 100644
--- a/o3d/installer/linux/debian.in/debian.gyp
+++ b/o3d/installer/linux/debian.in/debian.gyp
@@ -77,16 +77,15 @@
'<(DEBIAN_DIR)/rules',
],
'action': [
- 'cd',
- '<(INSTALLER_DIR)',
- '&&',
- 'dpkg-buildpackage',
- '-uc', # Don't sign the changes file
- '-tc', # Clean the tree
- '-b', # Don't produce a source build
- '-a<(ARCH)',
- '-D', # -a suppresses build-dep checking, so turn it back on
- '-rfakeroot',
+ 'sh',
+ '-c',
+ 'cd "<(INSTALLER_DIR)" && dpkg-buildpackage '
+ '-uc ' # Don't sign the changes file
+ '-tc ' # Clean the tree
+ '-b ' # Don't produce a source build
+ '-a<(ARCH) '
+ '-D ' # -a suppresses build-dep checking, so turn it back on
+ '-rfakeroot'
],
'outputs': [
'<(PRODUCT_DIR)/google-o3d_<(plugin_version)_<(ARCH).changes',