Changeset 1130


Ignore:
Timestamp:
Mar 10, 2013, 11:19:48 PM (12 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: Remove quotes from wildcards due to kLIBC bug.

See http://svn.netlabs.org/libc/ticket/268 for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packaging/qt4.spec

    r1129 r1130  
    721721mkdir -p "%{buildroot}/%{pkg_docdir}/"
    722722cp -dp \
    723     "%{QT_SOURCE_TREE}/LICENSE.*" \
     723    %{QT_SOURCE_TREE}/LICENSE.* \
    724724    "%{QT_SOURCE_TREE}/LGPL_EXCEPTION.txt" \
    725725    "%{QT_SOURCE_TREE}/README" \
     
    734734
    735735# remove translations we don't need
    736 rm -f "%{buildroot}/%{qt_translationdir}/qtconfig_??.qm" \
    737       "%{buildroot}/%{qt_translationdir}/qtconfig_??_??.qm"
    738 rm -f "%{buildroot}/%{qt_translationdir}/qvfb_??.qm" \
    739       "%{buildroot}/%{qt_translationdir}/qvfb_??_??.qm"
     736rm -f %{buildroot}/%{qt_translationdir}/qtconfig_??.qm \
     737      %{buildroot}/%{qt_translationdir}/qtconfig_??_??.qm
     738rm -f %{buildroot}/%{qt_translationdir}/qvfb_??.qm \
     739      %{buildroot}/%{qt_translationdir}/qvfb_??_??.qm
    740740
    741741# move qmake.exe to %{_bindir} (to have it in PATH) and symlink back to qt4/bin
Note: See TracChangeset for help on using the changeset viewer.