Make package normal
This commit is contained in:
		
							parent
							
								
									18bb7ee1a9
								
							
						
					
					
						commit
						649b66265b
					
				
					 2 changed files with 6 additions and 5 deletions
				
			
		|  | @ -5,20 +5,21 @@ fetch() { | |||
| 	curl -L "https://github.com/owenson/tiny-linux-bootloader/archive/master.tar.gz" -o $pkgname-$pkgver.tar.xz | ||||
| 	tar -xf $pkgname-$pkgver.tar.xz | ||||
| 	cd $pkgname-$pkgver | ||||
| 	patch build.sh /lazybox/patches/tiny-linux-bootloader-build  | ||||
| 	patch -p1 < ../../build.patch | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	mkdir /tiny-linux-bootloader | ||||
| 	CURR_DIR=$(pwd) | ||||
| 	cd /lazybox | ||||
| 
 | ||||
| 	cd ./../../../../ | ||||
| 	./geninitrd.sh | ||||
| 	 | ||||
| 
 | ||||
| 	cd $CURR_DIR | ||||
| 	./build.sh | ||||
| 	 | ||||
| 	cd /lazybox | ||||
| 
 | ||||
| 	cd ./../../../../ | ||||
| 	./createimg.sh | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue