wmcalc: Fix typo in Makefile.
Correctly create the directory /usr/share/man/man1 instead of /usr/share/man/man1/man1. Obtained from the Debian package [1]. [1] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/fix_makefile_typo.patch/
This commit is contained in:
		
							parent
							
								
									66ea05ae67
								
							
						
					
					
						commit
						cdc66d640f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -28,5 +28,5 @@ install::
 | 
			
		|||
	$(INSTALL_PROGRAM) wmcalc $(DESTDIR)$(BINDIR)
 | 
			
		||||
	$(INSTALL_DIR) $(DESTDIR)$(CONF)
 | 
			
		||||
	$(INSTALL_FILE) wmcalc.conf $(DESTDIR)$(CONF)
 | 
			
		||||
	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man1
 | 
			
		||||
	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)
 | 
			
		||||
	$(INSTALL_FILE) wmcalc.1 $(DESTDIR)$(MANDIR)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue