[shogun/el5] copy data into proper location

Björn Esser besser82 at fedoraproject.org
Mon Feb 24 11:30:44 UTC 2014


commit 63bcc2a1df2d5328be81ea41f712975db1ffd26c
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Mon Feb 24 12:30:48 2014 +0100

    copy data into proper location

 shogun.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shogun.spec b/shogun.spec
index f496c9d..ca5a0c8 100644
--- a/shogun.spec
+++ b/shogun.spec
@@ -653,8 +653,8 @@ echo "# noop" > examples/undocumented/python_modular/tools/__init__.py
 # Copy the other sources into tree.
 install -pm 0644 %{SOURCE99} third_party/GoogleMock
 
-# Move data into proper location.
-ln -fs %{_datadir}/%{name}/data data
+# Copy data into proper location.
+cp -a %{_datadir}/%{name}/data data
 
 # Add data to examples, because they need it to be run.
 for _dir in 'documented' 'undocumented'


More information about the scm-commits mailing list