diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-06-15 02:11:15 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-06-15 02:11:15 +0000 |
commit | b3b76bc3cab9d813a860fcead58ae27e4df09312 (patch) | |
tree | 31cfe09489df65ab622de5b2fe3b82f3443d880a /debian | |
parent | 1df6cdffd093e8f9f34f4db1845d38420cab8f10 (diff) | |
download | mongodb-b3b76bc3cab9d813a860fcead58ae27e4df09312.tar.gz |
Typo
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ff006c1..515a634 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ DEB_SCONS_INSTALL_OPTIONS += --prefix=$(CURDIR)/debian/tmp/usr --full DEB_SCONS_CHECK_TARGET = --smokedbprefix=$(CURDIR)/debian/tmp-test smoke install/mongodb-server:: -ifeq(illumos,$(DEB_HOST_ARCH_OS)) +ifeq (illumos,$(DEB_HOST_ARCH_OS)) mkdir -p debian/mongodb-server/lib/svc/manifest/application/database cp debian/mongodb-smf.xml debian/mongodb-server/lib/svc/manifest/application/database/mongodb.xml endif |