Fix install_src printing build details

This commit is contained in:
Augusto Gunsch 2021-08-12 18:27:51 -03:00
parent 1408040294
commit fe72fe1581
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 2 additions and 2 deletions

View File

@ -503,8 +503,8 @@ install_src() {
fi fi
quiet git clone -q "$1" quiet git clone -q "$1"
qpushd "$PKG_NAME" qpushd "$PKG_NAME"
make quiet make
make install quiet make install
qpopd qpopd
qpopd qpopd
echo "done" echo "done"