Commit 7764c56f authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #385 from jam7/fix-install.sh

Change to load pkgconfig.rb in the startup
parents e393d05f 2729bd35
......@@ -95,7 +95,7 @@ echo '}' >> device.json
#download git and its dependencies .rb package files
cd $CREW_PACKAGES_PATH
for file in git zlibpkg libssh2 perl curl expat gettext python readline ruby buildessential gcc binutils make mpc mpfr gmp glibc linuxheaders; do
for file in git zlibpkg libssh2 perl curl expat gettext python readline ruby buildessential gcc binutils make mpc mpfr gmp glibc linuxheaders pkgconfig; do
wget -N -c $URL/packages/$file.rb
done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment