]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-clean-docdir.patch
- clean up configure options
[packages/rpm.git] / rpm-clean-docdir.patch
1 --- rpm-5.4.10/build/files.c~   2013-01-24 14:24:39.161982722 +0100
2 +++ rpm-5.4.10/build/files.c    2013-01-24 14:27:50.620325354 +0100
3 @@ -2363,6 +2363,11 @@
4      appendLineStringBuf(docScript, "export LC_ALL=C");
5      appendStringBuf(docScript, "export ");
6      appendLineStringBuf(docScript, sdenv);
7 +    appendStringBuf(docScript, "if test -d \"$");
8 +    appendStringBuf(docScript, sdenv);
9 +    appendStringBuf(docScript, "\" ; then rmdir \"$");
10 +    appendStringBuf(docScript, sdenv);
11 +    appendLineStringBuf(docScript, "\" ; fi");
12      appendLineStringBuf(docScript, mkdocdir);
13  
14      for (ARGV_const_t fn = sd->files; fn && *fn; fn++) {
This page took 0.035038 seconds and 3 git commands to generate.