Use make instead of make install in fribidi

This commit is contained in:
Abhishek Arya 2018-02-20 10:15:17 -08:00 committed by GitHub
parent 6d74be53b8
commit 96e247040f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@
cd $SRC/fribidi
./autogen.sh --disable-docs --enable-static=yes --enable-shared=no --with-pic=yes --prefix=/work/
# Don't run "make": it's broken. Run "make install".
make install
make
cd $SRC/libass