]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fixed
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Aug 2007 12:07:14 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-libtool-deps.patch -> 1.8

rpm-libtool-deps.patch

index 00dd7d0dd3b9397af2207a0c44d8ec44ea3848ca..ef2088707c6f61f1cd6079e1c719d10d7cbeb5d8 100644 (file)
@@ -37,7 +37,7 @@
 +          while read possible ; do
 +              case "$possible" in
 +              *.la)
-+                  for dep in `grep '^dependency_libs='"$possible" 2> /dev/null | \
++                  for dep in `grep '^dependency_libs=' "$possible" 2> /dev/null | \
 +                              sed -e "s,^dependency_libs='\(.*\)',\1,g"`
 +                  do
 +                      case "$dep" in
This page took 0.037899 seconds and 4 git commands to generate.