mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Dont remove automatically make dependences
It is usefull when you recompile packages like -git packages
This commit is contained in:
parent
03fe18e9e3
commit
2972cdf6c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue