Flatten slackbuilds repository
by igadoter from LinuxQuestions.org on (#5KV1J)
I just realized yesterday that names of requirements in *.info files are unique among all repository. Which is clear - in other case there will be two different packages with the same name. Now it is pain in ass to search in repository categorized because requirements are not categorized: Games Development etc. So I decided I don't need categories. So I flattened all repository
Code:$ find . -mindepth 2 -exec mv '{}' \;in top directory ./slackbuild-current Now I don't have to use find or any other search engine to find requirements. Just
Code:$ ls ../curtsies/READMEas bpython to be build requires curtsies.
Code:$ find . -mindepth 2 -exec mv '{}' \;in top directory ./slackbuild-current Now I don't have to use find or any other search engine to find requirements. Just
Code:$ ls ../curtsies/READMEas bpython to be build requires curtsies.