mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-02 18:47:11 -05:00 
			
		
		
		
	Fixing github's pkgbuild
This commit is contained in:
		
							parent
							
								
									117d4eafc2
								
							
						
					
					
						commit
						4d7fa442d5
					
				@ -11,11 +11,10 @@ groups=()
 | 
				
			|||||||
depends=("postgresql")
 | 
					depends=("postgresql")
 | 
				
			||||||
makedepends=()
 | 
					makedepends=()
 | 
				
			||||||
install="kyoo.install"
 | 
					install="kyoo.install"
 | 
				
			||||||
source=("pkg")
 | 
					# The output folder is needed but we can't use directory in the source array.
 | 
				
			||||||
sha256sums=("SKIP")
 | 
					source=()
 | 
				
			||||||
 | 
					sha256sums=()
 | 
				
			||||||
build() { }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
package() {
 | 
					package() {
 | 
				
			||||||
	cp -r --no-preserve ownership  "$srcdir" "$pkgdir"
 | 
						cp -r --no-preserve ownership  "$srcdir/output/*" "$pkgdir"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user