]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fix brain damage.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 28 Oct 2009 18:15:46 +0000 (18:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-new-debuginfo.patch -> 1.1.2.4

rpm-new-debuginfo.patch

index 88caa02d2432727e9e90b5f1a1df5cd541e1b693..b7170c05c1438965499e68d2f35ec14f993eeb6e 100644 (file)
  {
 -  eu-strip --remove-comment -f "$1" "$2" || :
 +  local t=$(mktemp "/tmp/rpm.stripped.XXXXXX")
-+  eu-strip --strip-debug -f "$1" "$2" -o "$t" || exit
++  eu-strip --remove-comment -f "$1" "$2" -o "$t" || exit
 +  rm -f "$t"
 +}
 +
This page took 0.051798 seconds and 4 git commands to generate.