Allow building kernel headers without rsync
This commit is contained in:
		
							parent
							
								
									754ee5d0a9
								
							
						
					
					
						commit
						4848e542d3
					
				
					 1 changed files with 9 additions and 2 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| pkgver=5.10.11 | ||||
| pkgver=5.10.12 | ||||
| pkgname=linux | ||||
| pkgrel=1 | ||||
| ext="dev" | ||||
|  | @ -31,7 +31,14 @@ package() { | |||
| 
 | ||||
| package_dev() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	if stat /usr/bin/rsync 2>/dev/null /dev/null; then | ||||
| 		gmake CC=cc CXX=c++ HOSTCC=cc HOSTCXX=c++ YACC=yacc LLVM_IAS=1 INSTALL_HDR_PATH=$pkgdir/usr headers_install | ||||
| 	else | ||||
| 		gmake CC=cc CXX=c++ HOSTCC=cc HOSTCXX=c++ YACC=yacc LLVM_IAS=1 headers | ||||
| 		find -name '.*' -exec rm {} \; | ||||
| 		rm usr/include/Makefile | ||||
| 		cp -r usr/include $pkgdir/usr | ||||
| 	fi | ||||
| } | ||||
| 
 | ||||
| license() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue