]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- one more typo !
authorsparky <sparky@pld-linux.org>
Mon, 27 Nov 2006 18:52:16 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-libtool-deps.patch -> 1.4

rpm-libtool-deps.patch

index 6b6a8612fb9902ca59b29ba017ebb66119b8163f..5fef58877e7436e21babb975fcda54e1b9385c68 100644 (file)
@@ -7,7 +7,7 @@ diff -urN rpm-4.4.6.org/scripts/libtooldeps.sh rpm-4.4.6/scripts/libtooldeps.sh
        *.la)
 -          if grep -iq '^# Generated by ltmain.sh' "$possible" 2> /dev/null ; then
 +          possible="`readlink -f "$possible" 2> /dev/null || echo "$possible"`"
-+          if file "$possible" | grep -iq 'libtool library file' 2> /dev/null ; the
++          if file "$possible" | grep -iq 'libtool library file' 2> /dev/null ; then
                possible="`echo ${possible} | sed -e s,${RPM_BUILD_ROOT}/,/,`"
                echo "libtool($possible)"
            fi
This page took 0.041811 seconds and 4 git commands to generate.