create the binary directory before installing the binaries
authoraland <aland>
Fri, 26 Oct 2001 16:59:38 +0000 (16:59 +0000)
committeraland <aland>
Fri, 26 Oct 2001 16:59:38 +0000 (16:59 +0000)
src/modules/rlm_dbm/Makefile.in

index a04af52..1c88d25 100644 (file)
@@ -18,5 +18,6 @@ rlm_dbm_cat: rlm_dbm_cat.o ../../lib/libradius.a
 #  Install the utility programs in the bin directory.
 #
 rlm_dbm_install:
+       $(INSTALL) -d -m 755                            $(R)$(bindir)
        $(INSTALL) -m 755 $(INSTALLSTRIP) rlm_dbm_parser $(R)$(bindir)
        $(INSTALL) -m 755 $(INSTALLSTRIP) rlm_dbm_cat    $(R)$(bindir)