mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-11-03 20:07:53 +00:00 
			
		
		
		
	fix: move globs outside of ""
This commit is contained in:
		@@ -3,4 +3,4 @@
 | 
			
		||||
# Tell build process to exit if there are any errors.
 | 
			
		||||
set -oue pipefail
 | 
			
		||||
 | 
			
		||||
cp -r "$BLING_DIRECTORY/files/usr/share/fonts/*" "/usr/share/fonts"
 | 
			
		||||
cp -r "$BLING_DIRECTORY"/files/usr/share/fonts/* "/usr/share/fonts"
 | 
			
		||||
@@ -3,4 +3,4 @@
 | 
			
		||||
# Tell build process to exit if there are any errors.
 | 
			
		||||
set -oue pipefail
 | 
			
		||||
 | 
			
		||||
cp -r "$BLING_DIRECTORY/files/usr/share/ublue-os/just/*" "/usr/share/ublue-os/just"
 | 
			
		||||
cp -r "$BLING_DIRECTORY"/files/usr/share/ublue-os/just/* "/usr/share/ublue-os/just"
 | 
			
		||||
		Reference in New Issue
	
	Block a user