]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-debugdir.patch
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
[packages/rpm.git] / rpm-debugdir.patch
CommitLineData
62238cf9 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@@ -306,6 +306,9 @@
4 sed -n -r "\#^$ptn #s/ .*\$//p" "$LINKSFILE" | append_uniq "$out"
5 }
6
7+# get rid of top level dir, we want it be only in filesystem-debuginfo package
8+sed -i -e '/^%dir \/usr\/lib\/debug$/d' "$LISTFILE"
9+
10 #
11 # When given multiple -o switches, split up the output as directed.
12 #
This page took 0.028592 seconds and 4 git commands to generate.