Merge pull request #3681 from nextcloud/bugfix/fixVfsPluginsAppimage

put VFS plugins into the correct path
This commit is contained in:
Matthieu Gallien 2021-08-17 13:14:24 +02:00 committed by GitHub
commit d241c21c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,9 @@ make DESTDIR=/app install
cd /app
mv ./usr/lib/x86_64-linux-gnu/* ./usr/lib/
mkdir ./usr/plugins
mv ./usr/lib/nextcloudsync_vfs_suffix.so ./usr/plugins
mv ./usr/lib/nextcloudsync_vfs_xattr.so ./usr/plugins
rm -rf ./usr/lib/cmake
rm -rf ./usr/include
rm -rf ./usr/mkspecs