]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-build-failure-error.patch
- adjusted
[packages/rpm.git] / rpm-build-failure-error.patch
CommitLineData
a7dc6ce7
AM
1--- build/parsePrep.c.org 2007-01-09 16:59:32.048077000 +0100
2+++ build/parsePrep.c 2007-01-09 17:08:34.245962250 +0100
3@@ -588,6 +588,8 @@
4
5 Rurlfn = rpmGetPath(Rmacro, sp->source, NULL);
6 if (Rurlfn == NULL || *Rurlfn == '%' || !strcmp(Lurlfn, Rurlfn)) {
7+ rpmError(RPMERR_BADFILENAME, _("file %s missing: %s\n"),
8+ Lurlfn, strerror(errno));
9 ec++;
10 goto bottom;
11 }
This page took 0.153164 seconds and 4 git commands to generate.