/usr/Makefile: prevent pkgin from hanging

Change-Id: Ida6086f3c2d3300609aaebb931d094fd779c73ea
This commit is contained in:
Lionel Sambuc 2014-09-12 11:07:33 +02:00
parent bb9431cb88
commit 684b2eb975

View file

@ -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]"