diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002082.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002082.html | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002082.html b/zarb-ml/mageia-sysadm/2011-January/002082.html new file mode 100644 index 000000000..1cfa264fc --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002082.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [294] check for rpmbuild binary, not just rpm + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B294%5D%20check%20for%20rpmbuild%20binary%2C%20not%20just%20rpm&In-Reply-To=%3C20110114074311.403594241D%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002081.html"> + <LINK REL="Next" HREF="002084.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [294] check for rpmbuild binary, not just rpm</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B294%5D%20check%20for%20rpmbuild%20binary%2C%20not%20just%20rpm&In-Reply-To=%3C20110114074311.403594241D%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [294] check for rpmbuild binary, not just rpm">root at mageia.org + </A><BR> + <I>Fri Jan 14 08:43:11 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002081.html">[Mageia-sysadm] [802] reenable the module, to use on rabbit +</A></li> + <LI>Next message: <A HREF="002084.html">[Mageia-sysadm] [295] - properly set each rpm macros at import +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2082">[ date ]</a> + <a href="thread.html#2082">[ thread ]</a> + <a href="subject.html#2082">[ subject ]</a> + <a href="author.html#2082">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 294 +Author: blino +Date: 2011-01-14 08:43:10 +0100 (Fri, 14 Jan 2011) +Log Message: +----------- +check for rpmbuild binary, not just rpm + +Modified Paths: +-------------- + build_system/iurt/trunk/lib/Iurt/Urpmi.pm + +Modified: build_system/iurt/trunk/lib/Iurt/Urpmi.pm +=================================================================== +--- build_system/iurt/trunk/lib/Iurt/Urpmi.pm 2011-01-13 17:19:49 UTC (rev 293) ++++ build_system/iurt/trunk/lib/Iurt/Urpmi.pm 2011-01-14 07:43:10 UTC (rev 294) +@@ -542,7 +542,7 @@ + + # <mrl> URPMI saying ok or not, we check this anyway. So that's why + # it's outside the else. +- if (! -f "$chroot_tmp/bin/rpm") { ++ if (! -f "$chroot_tmp/usr/bin/rpmbuild") { + plog(1, "ERROR: rpm-build is missing!"); + $ok = 0; + } +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110114/fb89a818/attachment-0001.html> +</PRE> + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002081.html">[Mageia-sysadm] [802] reenable the module, to use on rabbit +</A></li> + <LI>Next message: <A HREF="002084.html">[Mageia-sysadm] [295] - properly set each rpm macros at import +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2082">[ date ]</a> + <a href="thread.html#2082">[ thread ]</a> + <a href="subject.html#2082">[ subject ]</a> + <a href="author.html#2082">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |