Commit 44ac09dd authored by Julien Cristau's avatar Julien Cristau

Create the destination directory before installing babel

parent fb109a8d
......@@ -24,6 +24,7 @@ all: babel babel.man
install: all
-rm -f $(TARGET)$(PREFIX)/bin/babel
mkdir -p $(TARGET)$(PREFIX)/bin
cp -f babel $(TARGET)$(PREFIX)/bin
mkdir -p $(TARGET)$(PREFIX)/man/man8
cp -f babel.man $(TARGET)$(PREFIX)/man/man8/babel.8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment