ucode: fix missing backslash
Fixes: ae42ecaad4 ("ucode: fix host installation")
Signed-off-by: David Bauer <mail@david-bauer.net>
			
			
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
				
			|||||||
include $(TOPDIR)/rules.mk
 | 
					include $(TOPDIR)/rules.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_NAME:=ucode
 | 
					PKG_NAME:=ucode
 | 
				
			||||||
PKG_RELEASE:=2
 | 
					PKG_RELEASE:=3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_SOURCE_PROTO:=git
 | 
					PKG_SOURCE_PROTO:=git
 | 
				
			||||||
PKG_SOURCE_URL=https://github.com/jow-/ucode.git
 | 
					PKG_SOURCE_URL=https://github.com/jow-/ucode.git
 | 
				
			||||||
@@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/host-build.mk
 | 
				
			|||||||
include $(INCLUDE_DIR)/cmake.mk
 | 
					include $(INCLUDE_DIR)/cmake.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CMAKE_OPTIONS += \
 | 
					CMAKE_OPTIONS += \
 | 
				
			||||||
	-DSOVERSION=$(PKG_ABI_VERSION)
 | 
						-DSOVERSION=$(PKG_ABI_VERSION) \
 | 
				
			||||||
	-DCMAKE_SKIP_RPATH=FALSE \
 | 
						-DCMAKE_SKIP_RPATH=FALSE \
 | 
				
			||||||
	-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOSTPKG}/lib"
 | 
						-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOSTPKG}/lib"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user