]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- bugfix
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Apr 2013 13:36:56 +0000 (15:36 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Apr 2013 13:36:56 +0000 (15:36 +0200)
rpm.macros

index 9b424821b0ae4ccb7ef9b7218c2abe3664acd803..0769b7eb352c73b8dd687d759be9b000c5cd1d93 100644 (file)
@@ -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 }; \
This page took 0.038973 seconds and 4 git commands to generate.