diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-15 15:28:35 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-15 15:28:35 -0300 |
commit | b3b52d5c4a3cbcdeb505b099230107b830290e8e (patch) | |
tree | e9e469c43bfecd1d96d27506b3724ce973647019 | |
parent | fe138085ad889447942f03b969f1a3abb862cb8a (diff) |
TODO was implemented already
-rwxr-xr-x | treepkg | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -157,13 +157,10 @@ if ! ${BUILDNOW}; then # NOTE: getting depends from package() is a PITA for _dep in ${deps[@]}; do -# Ignore if already in build order -# TODO move deps deeper in the tree if +# Move deps deeper in the tree if # pkgbase - dep1 # \ dep2 - dep1 # dep1 should be depth + 1 -# probably sed -i buildorder and increase dep's dep depth :D -# remember to change dir name from xxx_pkgbase to xxx+1_pkgbase egrep -q ";${_dep};" "${BUILDORDER}" && bury "${_dep}" ${NEXTDEPTH} # Ask toru where's a PKGBUILD |