AppImageCommunity / pkg2appimage

Tool and recipes to convert existing deb packages to AppImage
http://appimage.org
MIT License
684 stars 209 forks source link

fix copy_deps command error #523

Open shouhuanxiaoji opened 1 year ago

shouhuanxiaoji commented 1 year ago

on debian10 chroot after execute . ./functions.sh and input copy_deps, it will return an error

find: paths must precede expression: `libCollada.so'
find: possible unquoted pattern after predicate `-name'?

so I added a couple of quotation marks to fix this error