summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-08-29 15:39:55 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-08-29 15:39:55 +0300
commit412f9fcb17f7d8080eb379e19f208bd1c863ce77 (patch)
tree06bc66c1df26875b7d3f471cae755908c8dcec8c /macros.in
parent29d53ac70f14750fbff1329c37c832e48f68254a (diff)
downloadlibrpm-tizen-412f9fcb17f7d8080eb379e19f208bd1c863ce77.tar.gz
librpm-tizen-412f9fcb17f7d8080eb379e19f208bd1c863ce77.tar.bz2
librpm-tizen-412f9fcb17f7d8080eb379e19f208bd1c863ce77.zip
Fix various cases of build failing due to whitespace in dir/filenames.
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index 460abde1b..eea600be9 100644
--- a/macros.in
+++ b/macros.in
@@ -864,7 +864,7 @@ print (t)\
\
%{verbose:set -x}%{!verbose:exec > /dev/null}\
umask 022\
- cd %{u2p:%{_builddir}}\
+ cd \"%{u2p:%{_builddir}}\"\
#%___build_body %{nil}