]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-5.4.4-pass-_builddir-properly-to-find-debuginfo.patch
trivial patches update
[packages/rpm.git] / rpm-5.4.4-pass-_builddir-properly-to-find-debuginfo.patch
index 9dd9a2939fd11fbc66b0fbe5bb62b7037fd3d5cd..8b2926f1349d7ac6e5e30b7bbfaefb06e2443a76 100644 (file)
@@ -13,13 +13,13 @@ macros.rpmbuild fixed with rpm-fix-___build_pre-macro.patch
 #   %{?buildroot:RPM_BUILD_ROOT=\"%{u2p:%{buildroot}}\"\
 #   export RPM_BUILD_ROOT}\
 #   %{?_javaclasspath:CLASSPATH=\"%{_javaclasspath}\"\
---- rpm-5.4.4/scripts/find-debuginfo.sh.builddir~      2011-12-20 15:36:31.962846125 +0100
-+++ rpm-5.4.4/scripts/find-debuginfo.sh        2011-12-20 15:36:49.492836503 +0100
-@@ -32,7 +32,6 @@ strip_r=false
+--- rpm-5.4.16/scripts/find-debuginfo.sh~      2016-03-16 17:17:59.000000000 +0200
++++ rpm-5.4.16/scripts/find-debuginfo.sh       2016-03-16 17:18:58.327652453 +0200
+@@ -28,7 +28,6 @@
  # Barf on missing build IDs.
  strict=false
  
--RPM_BUILD_DIR="`pwd`"
+-RPM_BUILD_DIR="$(pwd)"
  # canon RPM_BUILD_DIR, the DW_AT_comp_dir in ELF objects is real a real path
  # and debugedit will ignore them as they are out of build dir.
  RPM_BUILD_DIR=$(readlink -f "$RPM_BUILD_DIR")
This page took 0.107153 seconds and 4 git commands to generate.