diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20130107/f85bc886 | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20130107/f85bc886')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20130107/f85bc886/attachment-0001.html | 8 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20130107/f85bc886/attachment.html | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20130107/f85bc886/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20130107/f85bc886/attachment-0001.html new file mode 100644 index 000000000..b689bb4e6 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20130107/f85bc886/attachment-0001.html @@ -0,0 +1,8 @@ +<br><br><div class="gmail_quote">On Sat, Jan 5, 2013 at 2:02 AM, Juan Luis Baptiste <span dir="ltr"><<a href="mailto:juancho@mageia.org" target="_blank">juancho@mageia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +<br> Got it working with:<br><div class="gmail_quote"><div><br></div><div>for i in `%{_datadir}/warsow/basewsw/*`;</div><div>do</div><div> file=`basename $i`</div><div> ln -sf $i %{gamelibdir}/basewsw/$file</div> +<div>done </div></div><br clear="all"><div>The game name in the for loop was wrong.</div><div><br></div><div><br></div></blockquote><div><br></div><div>Well, it worked on x86_64, but on i586 the symlinks are created under /usr/lib64/games/warsow/basewsw instead of /usr/lib/games/warsow/basewsw but I don't understand why, it seems that for some reason, the %{_libdir} macro is expanding to /usr/lib64 on the BS. This is the spec if someone wants to take a look:</div> + +<div><br></div><div><a href="http://svnweb.mageia.org/packages/cauldron/warsow-data/current/SPECS/warsow-data.spec?revision=338836&view=markup">http://svnweb.mageia.org/packages/cauldron/warsow-data/current/SPECS/warsow-data.spec?revision=338836&view=markup</a></div> + +<div><br></div></div>-- <br>Juancho diff --git a/zarb-ml/mageia-dev/attachments/20130107/f85bc886/attachment.html b/zarb-ml/mageia-dev/attachments/20130107/f85bc886/attachment.html new file mode 100644 index 000000000..b689bb4e6 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20130107/f85bc886/attachment.html @@ -0,0 +1,8 @@ +<br><br><div class="gmail_quote">On Sat, Jan 5, 2013 at 2:02 AM, Juan Luis Baptiste <span dir="ltr"><<a href="mailto:juancho@mageia.org" target="_blank">juancho@mageia.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +<br> Got it working with:<br><div class="gmail_quote"><div><br></div><div>for i in `%{_datadir}/warsow/basewsw/*`;</div><div>do</div><div> file=`basename $i`</div><div> ln -sf $i %{gamelibdir}/basewsw/$file</div> +<div>done </div></div><br clear="all"><div>The game name in the for loop was wrong.</div><div><br></div><div><br></div></blockquote><div><br></div><div>Well, it worked on x86_64, but on i586 the symlinks are created under /usr/lib64/games/warsow/basewsw instead of /usr/lib/games/warsow/basewsw but I don't understand why, it seems that for some reason, the %{_libdir} macro is expanding to /usr/lib64 on the BS. This is the spec if someone wants to take a look:</div> + +<div><br></div><div><a href="http://svnweb.mageia.org/packages/cauldron/warsow-data/current/SPECS/warsow-data.spec?revision=338836&view=markup">http://svnweb.mageia.org/packages/cauldron/warsow-data/current/SPECS/warsow-data.spec?revision=338836&view=markup</a></div> + +<div><br></div></div>-- <br>Juancho |