diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-02 18:38:39 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-02 18:38:39 +0200 |
commit | abb45dd140efaf2d95aa973f8d985bb113b5de0f (patch) | |
tree | 778de831a5a2c005ff51ccd44db12329aa54d637 | |
parent | a8fc81287595250edcd18503ea2319d0c1ff6863 (diff) |
glpi-ocsinventoryng: minor fix
-rw-r--r-- | glpi-ocsinventoryng.spec | 6 |
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 |