mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Merge pull request #3681 from nextcloud/bugfix/fixVfsPluginsAppimage
put VFS plugins into the correct path
This commit is contained in:
commit
d241c21c28
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue