diff options
author | Roberto C. Sanchez <roberto@connexer.com> | 2010-05-07 04:12:06 -0400 |
---|---|---|
committer | Roberto C. Sanchez <roberto@connexer.com> | 2010-05-07 04:12:06 -0400 |
commit | 86a4b3f45b3feb36963b0d9fd2996e2be870f7cd (patch) | |
tree | 0b70135cba1e38fa70c0132309ea9969ec07e6eb | |
parent | d5ba4ccb744b15dc5574f1908a71f4d4e28e2c6e (diff) | |
download | mongodb-86a4b3f45b3feb36963b0d9fd2996e2be870f7cd.tar.gz |
Make sure we install correct lib directory.
-rw-r--r-- | debian/mongodb-dev.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mongodb-dev.install b/debian/mongodb-dev.install index da07fdd..d6db7ec 100644 --- a/debian/mongodb-dev.install +++ b/debian/mongodb-dev.install @@ -1,2 +1,2 @@ usr/include -usr/lib +usr/lib* |