mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	fix
This commit is contained in:
		
							parent
							
								
									4404739668
								
							
						
					
					
						commit
						fba40e2397
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								build.sh
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								build.sh
									
										
									
									
									
								
							| 
						 | 
					@ -52,7 +52,7 @@ fi
 | 
				
			||||||
rm -rf "$OMR_TARGET/source/files" "$OMR_TARGET/source/tmp"
 | 
					rm -rf "$OMR_TARGET/source/files" "$OMR_TARGET/source/tmp"
 | 
				
			||||||
cp -rf root/* "$OMR_TARGET/source"
 | 
					cp -rf root/* "$OMR_TARGET/source"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cat >> source/package/base-files/files/etc/banner <<EOF
 | 
					cat >> "$OMR_TARGET/source/package/base-files/files/etc/banner" <<EOF
 | 
				
			||||||
-----------------------------------------------------
 | 
					-----------------------------------------------------
 | 
				
			||||||
 PACKAGE:     $OMR_DIST
 | 
					 PACKAGE:     $OMR_DIST
 | 
				
			||||||
 VERSION:     $(git describe --tag --always)
 | 
					 VERSION:     $(git describe --tag --always)
 | 
				
			||||||
| 
						 | 
					@ -62,7 +62,7 @@ cat >> source/package/base-files/files/etc/banner <<EOF
 | 
				
			||||||
-----------------------------------------------------
 | 
					-----------------------------------------------------
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cat > source/feeds.conf <<EOF
 | 
					cat > "$OMR_TARGET/source/feeds.conf" <<EOF
 | 
				
			||||||
src-link packages $(readlink -f feeds/packages)
 | 
					src-link packages $(readlink -f feeds/packages)
 | 
				
			||||||
src-link luci $(readlink -f feeds/luci)
 | 
					src-link luci $(readlink -f feeds/luci)
 | 
				
			||||||
src-link openmptcprouter $(readlink -f "$OMR_FEED")
 | 
					src-link openmptcprouter $(readlink -f "$OMR_FEED")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue