From: Jakub Bogusz Date: Sun, 6 Jan 2008 14:41:24 +0000 (+0000) Subject: - syntax X-Git-Tag: auto/th/rpm-build-macros-1_412-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=commitdiff_plain;h=4de081192c4d2e288f6e547f8a7b00c8589fb4d7;ds=sidebyside - syntax Changed files: rpm.macros -> 1.412 --- diff --git a/rpm.macros b/rpm.macros index 1911af6..82efc0a 100644 --- a/rpm.macros +++ b/rpm.macros @@ -412,9 +412,9 @@ if [ -d "$RPM_BUILD_ROOT" ]; then \ echo "DONE"; \ fi; \ fi; \ - filelist_all=%{?_autostripall:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripall}"} \ - filelist_unneeded=%{?_autostripunneeded:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripunneeded}"} \ - filelist_debug=%{?_autostripdebug:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripdebug}"} \ + filelist_all=%{?_autostripall:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripall}"`}; \ + filelist_unneeded=%{?_autostripunneeded:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripunneeded}"`}; \ + filelist_debug=%{?_autostripdebug:`find $RPM_BUILD_ROOT -type f -regex "%{_autostripdebug}"`}; \ if [ -n "$filelist_all" ]; then \ printf "Stripping everything from %d additional files..." $(echo "$filelist_all" | wc -l); \ chmod u+w $elfexelist; \