Makefile: correct dependencies to fix race condition
Before this commit, when building dunst in parallel, org.knopwob.dunst.service might get installed as an empty file. See https://bugs.debian.org/888760
This commit is contained in:
		
							parent
							
								
									10ee1782d9
								
							
						
					
					
						commit
						21188de260
					
				
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @ -132,12 +132,12 @@ install-dunst: dunst doc | ||||
| install-doc: | ||||
| 	install -Dm644 dunstrc ${DESTDIR}${PREFIX}/share/dunst/dunstrc | ||||
| 
 | ||||
| install-service: service install-service-dbus | ||||
| install-service-dbus: | ||||
| install-service: install-service-dbus | ||||
| install-service-dbus: service-dbus | ||||
| 	install -Dm644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service | ||||
| ifneq (0,${SYSTEMD}) | ||||
| install-service: install-service-systemd | ||||
| install-service-systemd: | ||||
| install-service-systemd: service-systemd | ||||
| 	install -Dm644 dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service | ||||
| endif | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Michael Stapelberg
						Michael Stapelberg