Fixed failed FreeGish build due to change of directories.

This commit is contained in:
hometue
2016-01-06 22:23:34 +08:00
parent 5a3b7e5497
commit d31bbfd8ee

View File

@@ -52,7 +52,7 @@ INSTALL()
{
cd ..
mkdir -p $appsDir/FreeGish
cp -r freegish-1.0 $appsDir/FreeGish
cp -r freegish-f53d915381c2dd9889dbebdff0541b04c6065067/* $appsDir/FreeGish
mv $appsDir/FreeGish/freegish $appsDir/FreeGish/FreeGish
addAppDeskbarSymlink $appsDir/FreeGish/FreeGish
}