Added support to build subpackages from a single source.
proplib has been converted to see how it works. --HG-- extra : convert_revision : dfcd1f547884108d69682e9e62b4aacfa431cc83
This commit is contained in:
@@ -229,12 +229,12 @@ build-pkg)
|
||||
continue
|
||||
fi
|
||||
setup_tmpl $f
|
||||
xbps_make_binpkg
|
||||
xbps_make_binpkg $f
|
||||
reset_tmpl_vars
|
||||
done
|
||||
else
|
||||
setup_tmpl $2
|
||||
xbps_make_binpkg
|
||||
xbps_make_binpkg $2
|
||||
fi
|
||||
;;
|
||||
chroot)
|
||||
|
||||
Reference in New Issue
Block a user