diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -259,7 +259,7 @@
 installDB (DB db) = do
     dbDir <- liftIO defaultDatabaseLocation
     tryIO' $ createDirectoryIfMissing True dbDir
-    let dest = dbDir </> "default.hoo"
+    let dest = dbDir </> "databases" </> "default.hoo"
     liftIO $ copyFile db dest
     liftIO $ putStrLn $ "Installed Hoogle index to "++dest
 
diff --git a/hoogle-index.cabal b/hoogle-index.cabal
--- a/hoogle-index.cabal
+++ b/hoogle-index.cabal
@@ -1,5 +1,5 @@
 name:                hoogle-index
-version:             0.3.2
+version:             0.3.3
 synopsis:            Easily generate Hoogle indices for installed packages
 description:
     'hoogle-index' is a small utility for generating indicies for local
