chmod ct-ng to be executable in the build dir.

This commit is contained in:
Yann E. MORIN" 2007-07-01 20:56:25 +00:00
parent 5931c4dd26
commit e9e6759672

View File

@ -35,6 +35,7 @@ uninstall: uninstall-bin uninstall-lib uninstall-doc
# Build rules
build-bin: ct-ng
@chmod a+x ct-ng
build-lib:
@ -91,7 +92,7 @@ install-doc: $(DOCDIR) $(MANDIR)
done
@install -m 644 docs/ct-ng.1 $(MANDIR)
$(BINDIR) $(LIBDIR) $(DOCDIR) $(MANDIR):
$(BINDIR) $(LIBDIR) $(DOCDIR) $(MANDIR)::
@install -m 755 -d $@