Dont remove automatically make dependences

It is usefull when you recompile packages like -git packages
This commit is contained in:
Eduard Tolosa 2018-07-23 17:15:54 -05:00
parent 03fe18e9e3
commit 2972cdf6c0

View file

@ -85,7 +85,7 @@ for ipackage in "$@"; do
#Check if PKGBUILD exist
if [ -f "$ipackage/PKGBUILD" ]; then
cd "$ipackage" || exit
if makepkg -srci ; then
if makepkg -sci ; then
cd "$basebuilddir" || exit
printf '\e[1;32m%-6s\e[m\n\n' "The package [ $ipackage ] has been installed"
continue