libtorrent_rasterbar: fix build for secondary arch.

This commit is contained in:
Jerome Duval
2015-12-01 21:48:57 +00:00
parent b5684e16aa
commit d2b73fcd17

View File

@@ -71,7 +71,7 @@ INSTALL()
make install
mv $prefix/include/libtorrent $includeDir
if [ "$prefix/lib" -ne $libDir ]; then
if [ -n "$secondaryArchSuffix" ]; then
mv $prefix/lib/*.so* $libDir
mv $prefix/lib/pkgconfig $libDir
fi