From 66fa90ce6c1e0607a01a3ea041acf1e0ae140636 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Thu, 14 Jan 2010 07:08:12 -0500 Subject: Try previous commit again; make sure include/ directory exists --- src/rebar_protobuffs_compiler.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rebar_protobuffs_compiler.erl b/src/rebar_protobuffs_compiler.erl index 7a61fad..83e0bd1 100644 --- a/src/rebar_protobuffs_compiler.erl +++ b/src/rebar_protobuffs_compiler.erl @@ -110,7 +110,7 @@ compile_each([{Proto, Beam, Hrl} | Rest]) -> %% into the ebin/ and include/ directories respectively %% TODO: Protobuffs really needs to be better about this...sigh. [] = os:cmd(?FMT("mv ~s ebin", [Beam])), - filelib:ensure_dir(Hrl), + filelib:ensure_dir(filename:join("include", Hrl)), [] = os:cmd(?FMT("mv ~s include", [Hrl])), ok; Other -> -- cgit v1.1