--- bin/Makefile.am	2007-08-06 23:13:46.000000000 +0200
+++ bin/Makefile.am2	2007-08-07 01:25:55.000000000 +0200
@@ -2,6 +2,7 @@
 install-exec-local:
 	sed -e "s|\@PKGLIBDIR\@|$(pkgpythondir)|g" closure.in > closure
 	sed -e "s|\@PKGLIBDIR\@|$(pkgpythondir)|g" closure-preferences.in > closure-preferences
+	mkdir -p $(DESTDIR)$(bindir)
 	$(INSTALL) -m 755 closure $(DESTDIR)$(bindir)/closure
 	$(INSTALL) -m 755 closure-preferences $(DESTDIR)$(bindir)/closure-preferences
 
