summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-02 18:38:39 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-02 18:38:39 +0200
commitabb45dd140efaf2d95aa973f8d985bb113b5de0f (patch)
tree778de831a5a2c005ff51ccd44db12329aa54d637
parenta8fc81287595250edcd18503ea2319d0c1ff6863 (diff)
glpi-ocsinventoryng: minor fix
-rw-r--r--glpi-ocsinventoryng.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/glpi-ocsinventoryng.spec b/glpi-ocsinventoryng.spec
index 9073062..8ebbe92 100644
--- a/glpi-ocsinventoryng.spec
+++ b/glpi-ocsinventoryng.spec
@@ -57,14 +57,14 @@ plugin features to provide better compatibility and extensibility with OCS.
mv %{pluginname}/docs docs
-# Create link to LICENSE for standard doc folder
-ln -s %{_datadir}/glpi/plugins/%{pluginname}/LICENSE docs/LICENSE
-
# dos2unix to avoid rpmlint warnings
for doc in docs/* ; do
sed -i -e 's/\r//' $doc
done
+# Create link to LICENSE for standard doc folder
+ln -s %{_datadir}/glpi/plugins/%{pluginname}/LICENSE docs/LICENSE
+
# For developer only
rm -rf %{pluginname}/tools