use __global in type __package
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								bfaa027452
							
						
					
				
			
			
				commit
				
					
						62b392e65d
					
				
			
		
					 2 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -28,7 +28,7 @@ if [ -f "$type" ]; then
 | 
				
			||||||
   type="$(cat "$type")"
 | 
					   type="$(cat "$type")"
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
   # By default determine package manager based on operating system
 | 
					   # By default determine package manager based on operating system
 | 
				
			||||||
   os="$(cat "out/explorer/os")"
 | 
					   os="$(cat "$__global/explorer/os")"
 | 
				
			||||||
   case "$os" in
 | 
					   case "$os" in
 | 
				
			||||||
         archlinux) type="pacman" ;;
 | 
					         archlinux) type="pacman" ;;
 | 
				
			||||||
         debian|ubuntu) type="apt" ;;
 | 
					         debian|ubuntu) type="apt" ;;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1 @@
 | 
				
			||||||
Prepare documentation for 1.0.0.
 | 
					Prepare release 1.0.0
 | 
				
			||||||
   - Check all references in manpages
 | 
					 | 
				
			||||||
      - cdist.text
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue