diff options
-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 |