]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-debugdir.patch
c7040e6ad266c3e97ad4a5b7fa1afb0e5956d0ca
[packages/rpm.git] / rpm-debugdir.patch
1 --- rpm-4.5/scripts/find-debuginfo.sh~  2009-06-08 23:57:15.000000000 +0300
2 +++ rpm-4.5/scripts/find-debuginfo.sh   2009-06-09 00:10:21.603343056 +0300
3 @@ -333,4 +333,7 @@
4    sed -n -f "${LISTFILE}.dirs.sed" "${LISTFILE}" | sort -u > "${LISTFILE}.new"
5    cat "$LISTFILE" >> "${LISTFILE}.new"
6    mv "${LISTFILE}.new" "$LISTFILE"
7 +
8 +  # get rid of top level dir, we want it be only in filesystem-debuginfo package
9 +  sed -i -e '/^%dir \/usr\/lib\/debug$/d' "$LISTFILE"
10  fi
This page took 0.020761 seconds and 2 git commands to generate.