mirror of
				https://github.com/kbumsik/VirtScreen.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| PKGVER=0.1.2
 | |
| # Required for debmake
 | |
| DEBEMAIL="k.bumsik@gmail.com"
 | |
| DEBFULLNAME="Bumsik Kim"
 | |
| export DEBEMAIL DEBFULLNAME
 | |
| 
 | |
| cd build
 | |
| cd virtscreen-$PKGVER
 | |
| debuild
 |