[packages/rpm-build-macros] - bugfix
qboosh
qboosh at pld-linux.org
Sun Apr 7 15:36:51 CEST 2013
commit 5ae32dbb892beeae16ad100bf2457ca4e4a412c7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 7 15:36:56 2013 +0200
- bugfix
rpm.macros | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpm.macros b/rpm.macros
index 9b42482..0769b7e 100644
--- a/rpm.macros
+++ b/rpm.macros
@@ -534,8 +534,8 @@ Provides: %{1} = %{?epoch:%{epoch}:}%{?version:%{version}}%{?release:-%{release}
echo ".so $l" > $a; \
echo >&2 "Converted ${a#$RPM_BUILD_ROOT} from symlink to man link: $l"; \
done; \
- # verify that .so links point to existing files (not allowed to point to "other package")
- # TODO: iterate over all man dirs, but in Th there is only one true man dir
+ # verify that .so links point to existing files (not allowed to point to "other package") \
+ # TODO: iterate over all man dirs, but in Th there is only one true man dir \
err=$(grep -rl '^\.so ' "$RPM_BUILD_ROOT$i" | while read doc; do \
l=$(cat "$doc"); \
l=${l#.so }; \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-macros.git/commitdiff/5ae32dbb892beeae16ad100bf2457ca4e4a412c7
More information about the pld-cvs-commit
mailing list