From 4cfd415c0b30a409d743c8b0d3ff7bf2f515232b Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Tue, 20 Dec 2011 17:36:12 -0600 Subject: [PATCH] script/makepkg: clarify comment in port_stash_bdeps --- script/makepkg | 1 + 1 file changed, 1 insertion(+) diff --git a/script/makepkg b/script/makepkg index 4b55b61..4c310f5 100755 --- a/script/makepkg +++ b/script/makepkg @@ -451,6 +451,7 @@ port_package() { port_stash_bdeps() { meh "Stashing unsaved bdeps" # This doesn't work well, because there can be bdeps that aren't listed as bdeps (bison) + # Actually, that was due to a bug in port_all_bdeps; but I like the other solution better anyways #for pkg in $(pkg_bdeps "${1}") #do # [ ! -f "${pkg_dir}/${pkg}.tbz" ] && cheval "cd ${chroot_bdeps_dir}; pkg_create -vb ${pkg}" -- 2.44.0