]> git.pld-linux.org Git - packages/cross-binutils.git/commitdiff
fix symlinked packages files (ppc64)
authorElan Ruusamäe <glen@delfi.ee>
Wed, 7 Jan 2015 19:21:25 +0000 (21:21 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 7 Jan 2015 19:21:25 +0000 (21:21 +0200)
cross-binutils.spec

index 62cb3f415a797212326a6e07b7d56bd8a7696ee8..ad13aea17f56e57cc0f34cbab3ca374f5796b769 100644 (file)
@@ -505,16 +505,16 @@ build_file_list() {
        esac
 
        (
-       echo '%%defattr(-,root,root,-)'
-       echo %{_bindir}/$arch-[!l]\*
-       echo %{_bindir}/$arch-ld\*
+       echo "%%defattr(-,root,root,-)"
+       echo "%{_bindir}/$arch-[!l]*"
+       echo "%{_bindir}/$arch-ld*"
        if [ -L $RPM_BUILD_ROOT%{auxbin_prefix}/$target_cpu-* ]; then
-               echo %{auxbin_prefix}/$target_cpu-*
+               echo "%{auxbin_prefix}/$target_cpu-*"
        else
-               echo %{auxbin_prefix}/$target_cpu-*/bin/\*
+               echo "%{auxbin_prefix}/$target_cpu-*/bin/*"
+               echo "%{_prefix}/$arch/sys-root"
        fi
-       echo %{_mandir}/man1/$arch-\*
-       echo %{_prefix}/$arch/sys-root
+       echo "%{_mandir}/man1/$arch-*"
        ) > files.$arch
 }
 
This page took 0.147172 seconds and 4 git commands to generate.