diff options
author | Olivier Blin <oblin@mandriva.com> | 2010-04-16 13:30:24 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2010-04-16 13:30:24 +0000 |
commit | 23a401d06d7f7d017078cea2ee803d3f924d31b3 (patch) | |
tree | 7bcf3f5921e67a74d40b0cb4bd87346f8acea058 /build.macros.in | |
parent | fea7502a894c243dca0ca0f2e4b89f6868ccc199 (diff) | |
download | rpm-setup-23a401d06d7f7d017078cea2ee803d3f924d31b3.tar rpm-setup-23a401d06d7f7d017078cea2ee803d3f924d31b3.tar.gz rpm-setup-23a401d06d7f7d017078cea2ee803d3f924d31b3.tar.bz2 rpm-setup-23a401d06d7f7d017078cea2ee803d3f924d31b3.tar.xz rpm-setup-23a401d06d7f7d017078cea2ee803d3f924d31b3.zip |
handle build dir with spaces when finding debug info
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.macros.in b/build.macros.in index 8b290c4..f14e8e2 100644 --- a/build.macros.in +++ b/build.macros.in @@ -166,7 +166,7 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} - %{nil} %__debug_install_post \ - @RPMVENDORDIR@/find-debuginfo.sh %{_builddir}/%{?buildsubdir}\ + @RPMVENDORDIR@/find-debuginfo.sh "%{_builddir}/%{?buildsubdir}"\ %{nil} |