mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
opt: cygfuse: fuse.cygport now provides primary VERSION
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
NAME="fuse"
|
||||
VERSION="$(cat version)"
|
||||
VERSION=2.8
|
||||
RELEASE=1
|
||||
CATEGORY="Utils"
|
||||
SUMMARY="WinFsp-FUSE compatibility layer"
|
||||
@ -27,7 +27,7 @@ src_install()
|
||||
|
||||
cd ${B}/opt/cygfuse
|
||||
dobin cygfuse-${VERSION}.dll
|
||||
dolib libfuse-${VERSION}.a
|
||||
dolib libfuse-${VERSION}.dll.a
|
||||
|
||||
insinto /usr/lib/pkgconfig
|
||||
doins fuse.pc
|
||||
|
Reference in New Issue
Block a user