From 4de081192c4d2e288f6e547f8a7b00c8589fb4d7 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 6 Jan 2008 14:41:24 +0000 Subject: [PATCH] - syntax Changed files: rpm.macros -> 1.412 --- rpm.macros | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; \ -- 2.43.0