Added -s option to tldirtyaurbuild
This commit is contained in:
parent
1102ae5c8f
commit
ac5af0678f
|
@ -76,6 +76,7 @@ tldirtyaurbuild() {
|
||||||
while :; do
|
while :; do
|
||||||
case $1 in
|
case $1 in
|
||||||
-i|--install) makepkg_opts+=("--install" "--syncdeps");;
|
-i|--install) makepkg_opts+=("--install" "--syncdeps");;
|
||||||
|
-s|--syncdeps) makepkg_opts+=("--syncdeps");;
|
||||||
-f|--force) makepkg_opts+=("--force");;
|
-f|--force) makepkg_opts+=("--force");;
|
||||||
-c|--makepkg-config)
|
-c|--makepkg-config)
|
||||||
if [[ "$2" ]]; then
|
if [[ "$2" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue