# Let install also create the directorys if they are missing.

diff -Naur flwm-1.02+cvs20080422.orig/Makefile flwm-1.02+cvs20080422/Makefile
--- flwm-1.02+cvs20080422.orig/Makefile	2008-09-06 11:21:27.000000000 +0200
+++ flwm-1.02+cvs20080422/Makefile	2008-09-06 11:21:59.000000000 +0200
@@ -42,8 +42,8 @@
 include makedepend
 
 install: $(PROGRAM)
-	$(INSTALL) $(PROGRAM) $(bindir)/$(PROGRAM)
-	$(INSTALL) $(PROGRAM).$(MANPAGE) $(mandir)/man$(MANPAGE)/$(PROGRAM).$(MANPAGE)
+	$(INSTALL) -D $(PROGRAM) $(bindir)/$(PROGRAM)
+	$(INSTALL) -D $(PROGRAM).$(MANPAGE) $(mandir)/man$(MANPAGE)/$(PROGRAM).$(MANPAGE)
 
 uninstall:
 	-@ rm -f $(bindir)/$(PROGRAM)
