mirror of
				https://github.com/brain-hackers/buildbrain
				synced 2025-11-04 14:28:34 +09:00 
			
		
		
		
	Fix setup of systemd in chroot-ed environment
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -109,7 +109,7 @@ brainux:
 | 
				
			|||||||
		echo "Debootstrap is only available in Linux!"; \
 | 
							echo "Debootstrap is only available in Linux!"; \
 | 
				
			||||||
		exit 1; \
 | 
							exit 1; \
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
	mkdir -p brainux
 | 
						sudo mkdir -p brainux
 | 
				
			||||||
	@if [ "$(CI)" = "true" ]; then \
 | 
						@if [ "$(CI)" = "true" ]; then \
 | 
				
			||||||
		echo "I'm in CI and debootstrap without cache."; \
 | 
							echo "I'm in CI and debootstrap without cache."; \
 | 
				
			||||||
		sudo debootstrap --arch=armel --foreign bullseye brainux/; \
 | 
							sudo debootstrap --arch=armel --foreign bullseye brainux/; \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user