Skip to content

Instantly share code, notes, and snippets.

@cho45
Created August 19, 2011 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cho45/1156270 to your computer and use it in GitHub Desktop.
Save cho45/1156270 to your computer and use it in GitHub Desktop.
diff --git a/Makefile.PL b/Makefile.PL
index a9ca762..f5220ad 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -64,7 +64,8 @@ if ($Module::Install::AUTHOR) {
require File::Copy;
File::Path::rmtree(qw(include t/std));
- File::Path::mkpath(qw(include/msgpack t/std));
+ File::Path::mkpath(qw(include/msgpack));
+ File::Path::mkpath(qw(t/std));
for my $src (<msgpack/msgpack/*.h>) {
print "AuthorMode: copy $src to include/msgpack\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment