]> Zhao Yanbai Git Server - minix.git/commitdiff
/usr/Makefile: prevent pkgin from hanging 24/2824/1
authorLionel Sambuc <lionel@minix3.org>
Fri, 12 Sep 2014 09:07:33 +0000 (11:07 +0200)
committerLionel Sambuc <lionel@minix3.org>
Fri, 12 Sep 2014 09:07:33 +0000 (11:07 +0200)
Change-Id: Ida6086f3c2d3300609aaebb931d094fd779c73ea

etc/usr/Makefile

index 34631ef71fb9aa9da6de494a57af34e0eed3d66f..bb70a4d7713586ebe5c67dbf4b751ca17a564c63 100644 (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]"