mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	opt: cygfuse: fuse.cygport now provides primary VERSION
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| Version = $(shell cat version) | Version = $(shell sed -n '/^VERSION=/s/VERSION=\(.*\)/\1/p' fuse.cygport) | ||||||
| #Debug = -g | #Debug = -g | ||||||
|  |  | ||||||
| cygfuse-$(Version).dll libfuse-$(Version).dll.a fuse.pc: cygfuse.cpp fuse.pc.in | cygfuse-$(Version).dll libfuse-$(Version).dll.a fuse.pc: cygfuse.cpp fuse.pc.in | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| NAME="fuse" | NAME="fuse" | ||||||
| VERSION="$(cat version)" | VERSION=2.8 | ||||||
| RELEASE=1 | RELEASE=1 | ||||||
| CATEGORY="Utils" | CATEGORY="Utils" | ||||||
| SUMMARY="WinFsp-FUSE compatibility layer" | SUMMARY="WinFsp-FUSE compatibility layer" | ||||||
| @@ -27,7 +27,7 @@ src_install() | |||||||
|  |  | ||||||
|     cd ${B}/opt/cygfuse |     cd ${B}/opt/cygfuse | ||||||
|     dobin cygfuse-${VERSION}.dll |     dobin cygfuse-${VERSION}.dll | ||||||
|     dolib libfuse-${VERSION}.a |     dolib libfuse-${VERSION}.dll.a | ||||||
|  |  | ||||||
|     insinto /usr/lib/pkgconfig |     insinto /usr/lib/pkgconfig | ||||||
|     doins fuse.pc |     doins fuse.pc | ||||||
|   | |||||||
| @@ -1 +0,0 @@ | |||||||
| 2.8 |  | ||||||
		Reference in New Issue
	
	Block a user