summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-February/022938.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2013-February/022938.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2013-February/022938.html')
-rw-r--r--zarb-ml/mageia-dev/2013-February/022938.html95
1 files changed, 95 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-February/022938.html b/zarb-ml/mageia-dev/2013-February/022938.html
new file mode 100644
index 000000000..cea753224
--- /dev/null
+++ b/zarb-ml/mageia-dev/2013-February/022938.html
@@ -0,0 +1,95 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%20powermanga-0.91-2.mga3&In-Reply-To=%3Calpine.LMD.2.02.1302181224270.4490%40zem.cjw.nep%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="022936.html">
+ <LINK REL="Next" HREF="022905.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3</H1>
+ <B>Christiaan Welvaart</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%20powermanga-0.91-2.mga3&In-Reply-To=%3Calpine.LMD.2.02.1302181224270.4490%40zem.cjw.nep%3E"
+ TITLE="[Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3">cjw at daneel.dyndns.org
+ </A><BR>
+ <I>Mon Feb 18 12:28:20 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="022936.html">[Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3
+</A></li>
+ <LI>Next message: <A HREF="022905.html">[Mageia-dev] [changelog] [RPM] cauldron core/release python-pyasn1-0.1.6-5.mga3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#22938">[ date ]</a>
+ <a href="thread.html#22938">[ thread ]</a>
+ <a href="subject.html#22938">[ subject ]</a>
+ <a href="author.html#22938">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Mon, 18 Feb 2013, zezinho wrote:
+
+&gt;<i> Em 17-02-2013 22:03, Charles A Edwards escreveu:
+</I>&gt;&gt;<i> 1/1:powermanga #########################
+</I>&gt;&gt;<i> mv: cannot stat &#8216;/var/lib/games/powermanga.hi&#8217;: No such file or
+</I>&gt;&gt;<i> directory
+</I>&gt;&gt;<i> No such file or directory
+</I>&gt;&gt;<i> warning: %post(powermanga-0.91-2.mga3.x86_64)
+</I>&gt;&gt;<i> scriptlet failed, exit status 1
+</I>&gt;&gt;<i> ERROR: 'script' failed for
+</I>&gt;&gt;<i> powermanga-0.91-2.mga3.x86_64:
+</I>&gt;&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Yes, I could not find a nice way to only move file if it exists : something
+</I>&gt;<i> like below fails. any hints?
+</I>&gt;<i>
+</I>&gt;<i> [ -f %{_localstatedir}/lib/games/%{name}.hi ] &amp;&amp; mv %{_localstatedir}/lib/games/%{name}.hi %{_localstatedir}/games/%{name}/%{name}.hi
+</I>
+That is a logical expression, &amp;&amp; means both sides need to be true, so
+the line fails when the file doesn't exist. You wanted something like:
+if [ -f %{_localstatedir}/lib/games/%{name}.hi ]; then
+ mv %{_localstatedir}/lib/games/%{name}.hi %{_localstatedir}/games/%{name}/%{name}.hi
+fi
+
+
+ Christiaan
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="022936.html">[Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3
+</A></li>
+ <LI>Next message: <A HREF="022905.html">[Mageia-dev] [changelog] [RPM] cauldron core/release python-pyasn1-0.1.6-5.mga3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#22938">[ date ]</a>
+ <a href="thread.html#22938">[ thread ]</a>
+ <a href="subject.html#22938">[ subject ]</a>
+ <a href="author.html#22938">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>