Commit 081f4db3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repack: add warning for tarballs without version

parent ad4efd25
...@@ -265,6 +265,8 @@ __prepare_source_package() ...@@ -265,6 +265,8 @@ __prepare_source_package()
rm -f $verbose $alpkg rm -f $verbose $alpkg
alpkg=$newalpkg alpkg=$newalpkg
fi fi
else
warning "Can't detect version in $alpkg. We have almost no chance it will supported in alien."
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment