]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fix for 4.5
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 21 Aug 2008 20:46:19 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-debuginfo.patch -> 1.15.6.7.2.2

rpm-debuginfo.patch

index 47ffd00e12dea0aad5e07aa4e8fa3b8068376edd..a03bd5323695fc643752b0cc8d6d40207c6f270f 100644 (file)
@@ -47,7 +47,7 @@
  %{nil}
 --- rpm-4.5/scripts/find-debuginfo.sh~ 2008-06-10 01:31:33.274524622 +0300
 +++ rpm-4.5/scripts/find-debuginfo.sh  2008-05-22 14:11:01.000000000 +0300
-@@ -1,36 +1,54 @@
+@@ -1,32 +1,50 @@
  #!/bin/sh
 -#find-debuginfo.sh - automagically generate debug info and file list
 -#for inclusion in an rpm spec file.
 +      [ -f "$debugfn" ] && continue
  
        echo extracting debug info from $f
--      /usr/lib/rpm/4.5/debugedit -b "$RPM_BUILD_DIR" -d /usr/src/debug -l "$SOURCEFILE" "$f"
-+      /usr/bin/debugedit -b "$RPM_BUILD_DIR" -d /usr/src/debug -l "$SOURCEFILE" "$f"
-       # A binary already copied into /usr/lib/debug doesn't get stripped,
-       # just has its file names collected and adjusted.
This page took 0.043665 seconds and 4 git commands to generate.