X-Git-Url: http://git.annexia.org/?p=ocaml-augeas.git;a=blobdiff_plain;f=Makefile.in;h=97f7e15cb98ad43095f557c295d19879f97318f6;hp=178269e59f61dcac9978bf2158e9003afa5bf89e;hb=9c83ccd0bc4c7ad0a699096089d4fe6c13d560a3;hpb=d92842594f602cc60b199b7377862a10798dbb7a diff --git a/Makefile.in b/Makefile.in index 178269e..97f7e15 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55,7 +55,8 @@ test_augeas: test_augeas.cmo test_root test_root: rm -rf $@ mkdir $@ - cp /etc/hosts $@/ + mkdir $@/etc + cp /etc/hosts $@/etc/ # Clean.