/usr/Makefile: prevent pkgin from hanging
Change-Id: Ida6086f3c2d3300609aaebb931d094fd779c73ea
This commit is contained in:
parent
bb9431cb88
commit
684b2eb975
@ -109,8 +109,8 @@ src: git
|
|||||||
# Support rules
|
# Support rules
|
||||||
########################################################################
|
########################################################################
|
||||||
git:
|
git:
|
||||||
@pkgin update 2>&1 > /dev/null
|
@pkgin -y update 2>&1 > /dev/null
|
||||||
@pkgin install git-base 2>&1 > /dev/null
|
@pkgin -y install git-base 2>&1 > /dev/null
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
@echo "Usage: make [target]"
|
@echo "Usage: make [target]"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user