summaryrefslogtreecommitdiff
path: root/repo/meta/all.xibuild
blob: f2ee6a634b8c50408c0a8c2f182b58cf8a7cf3e8 (plain)
1
2
3
4
5
6
7
8
DEPS=()
for i in $(ls -1 $(echo $BUILD_FILE_PATH | rev | cut -d/ -f3- | rev)/*/*.xibuild); do
MAKEDEPS=()
    name=$(basename -s .xibuild $i)
    DEPS=(${DEPS[@]} $name)
done

DESC="AlL tHe pacKageS!!!"