...
make[1]: Entering directory `/home/junyer/autofs/samples'
install -d -m 755 /etc
install -d -m 755
install: missing file operand
Try `install --help' for more information.
make[1]: *** [dirs] Error 1
make[1]: Leaving directory `/home/junyer/autofs/samples'
...

samples/Makefile:

    19  .PHONY: dirs
    20  dirs:
    21          install -d -m 755 $(INSTALLROOT)$(autofsmapdir)
    22          install -d -m 755 $(INSTALLROOT)$(autofsconfdir)
    23          install -d -m 755 $(INSTALLROOT)$(autofslibdir)
    24          install -d -m 755 $(INSTALLROOT)/var/run/autofs

Makefile.conf:

    68  # Location for configuration init script
    69  autofsconfdir =

autofsconfdir should have a sane default?

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to