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 --- .../attachments/20130105/b42f572f/attachment-0001.html | 17 +++++++++++++++++ .../attachments/20130105/b42f572f/attachment.html | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 zarb-ml/mageia-dev/attachments/20130105/b42f572f/attachment-0001.html create mode 100644 zarb-ml/mageia-dev/attachments/20130105/b42f572f/attachment.html (limited to 'zarb-ml/mageia-dev/attachments/20130105/b42f572f') diff --git a/zarb-ml/mageia-dev/attachments/20130105/b42f572f/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20130105/b42f572f/attachment-0001.html new file mode 100644 index 000000000..29fa44c24 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20130105/b42f572f/attachment-0001.html @@ -0,0 +1,17 @@ +

On Fri, Jan 4, 2013 at 7:11 AM, sardine <sardine213@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 diff --git a/zarb-ml/mageia-dev/attachments/20130105/b42f572f/attachment.html b/zarb-ml/mageia-dev/attachments/20130105/b42f572f/attachment.html new file mode 100644 index 000000000..29fa44c24 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20130105/b42f572f/attachment.html @@ -0,0 +1,17 @@ +

On Fri, Jan 4, 2013 at 7:11 AM, sardine <sardine213@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 -- cgit v1.2.1