diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-08-29 15:39:55 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-08-29 15:39:55 +0300 |
commit | 412f9fcb17f7d8080eb379e19f208bd1c863ce77 (patch) | |
tree | 06bc66c1df26875b7d3f471cae755908c8dcec8c /macros.in | |
parent | 29d53ac70f14750fbff1329c37c832e48f68254a (diff) | |
download | librpm-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -864,7 +864,7 @@ print (t)\ \ %{verbose:set -x}%{!verbose:exec > /dev/null}\ umask 022\ - cd %{u2p:%{_builddir}}\ + cd \"%{u2p:%{_builddir}}\"\ #%___build_body %{nil} |