From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2013-January/021152.html | 113 ++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 zarb-ml/mageia-dev/2013-January/021152.html (limited to 'zarb-ml/mageia-dev/2013-January/021152.html') diff --git a/zarb-ml/mageia-dev/2013-January/021152.html b/zarb-ml/mageia-dev/2013-January/021152.html new file mode 100644 index 000000000..ee46d6d6b --- /dev/null +++ b/zarb-ml/mageia-dev/2013-January/021152.html @@ -0,0 +1,113 @@ + + + + [Mageia-dev] Help with package + + + + + + + + + +

[Mageia-dev] Help with package

+ Juan Luis Baptiste + juancho at mageia.org +
+ Sat Jan 5 08:02:52 CET 2013 +

+
+ +
On Fri, Jan 4, 2013 at 7:11 AM, sardine <sardine213 at sfr.fr> wrote:
+
+> Hi,
+>
+> This should work :
+>
+> pushd %{buildroot}%{_datadir}/%{name}/basewsw
+> for i in *;
+> do
+>   file=`basename $i`
+>   ln -sf %{_datadir}/%{name}/basewsw/$i
+>  %{buildroot}%{gamelibdir}/basewsw/$file
+> done
+> popd
+>
+>
+ Got it working with:
+
+for i in `%{_datadir}/warsow/basewsw/*`;
+do
+   file=`basename $i`
+   ln -sf $i  %{gamelibdir}/basewsw/$file
+done
+
+The game name in the for loop was wrong.
+
+
+Cheers,
+-- 
+Juancho
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-dev/attachments/20130105/b42f572f/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1