summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-February/022938.html
blob: cea7532244dd3281b2d1e9394bd1298bdd44ac06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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>