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