blob: 92379bc6ec7e70ffa6d5f7657a33509ad9a93966 (
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
|
<!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%09powermanga-0.91-2.mga3&In-Reply-To=%3C5121FFA0.5040608%40free.fr%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="022904.html">
<LINK REL="Next" HREF="022938.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3</H1>
<B>zezinho</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%09powermanga-0.91-2.mga3&In-Reply-To=%3C5121FFA0.5040608%40free.fr%3E"
TITLE="[Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3">lists.jjorge at free.fr
</A><BR>
<I>Mon Feb 18 11:17:04 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="022904.html">[Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3
</A></li>
<LI>Next message: <A HREF="022938.html">[Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#22936">[ date ]</a>
<a href="thread.html#22936">[ thread ]</a>
<a href="subject.html#22936">[ subject ]</a>
<a href="author.html#22936">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Em 17-02-2013 22:03, Charles A Edwards escreveu:
><i> 1/1:powermanga #########################
</I>><i> mv: cannot stat ‘/var/lib/games/powermanga.hi’: No such file or
</I>><i> directory
</I>><i> No such file or directory
</I>><i> warning: %post(powermanga-0.91-2.mga3.x86_64)
</I>><i> scriptlet failed, exit status 1
</I>><i> ERROR: 'script' failed for
</I>><i> powermanga-0.91-2.mga3.x86_64:
</I>><i>
</I>
Yes, I could not find a nice way to only move file if it exists :
something like below fails. any hints?
[ -f %{_localstatedir}/lib/games/%{name}.hi ] && mv
%{_localstatedir}/lib/games/%{name}.hi
%{_localstatedir}/games/%{name}/%{name}.hi
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="022904.html">[Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3
</A></li>
<LI>Next message: <A HREF="022938.html">[Mageia-dev] [changelog] [RPM] cauldron core/release powermanga-0.91-2.mga3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#22936">[ date ]</a>
<a href="thread.html#22936">[ thread ]</a>
<a href="subject.html#22936">[ subject ]</a>
<a href="author.html#22936">[ 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>
|