]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-debugdir.patch
- edit listfile earlier
[packages/rpm.git] / rpm-debugdir.patch
CommitLineData
bbc5a363
ER
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
be922a93
ER
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"
bbc5a363 9+
be922a93
ER
10 #
11 # When given multiple -o switches, split up the output as directed.
12 #
This page took 0.027073 seconds and 4 git commands to generate.