--- trunk/Makefile.PL 2005/05/15 21:35:15 21 +++ trunk/Makefile.PL 2005/05/16 14:01:55 26 @@ -37,7 +37,7 @@ db=notices init: - dropdb $(db) + dropdb $(db) || true createdb $(db) psql $(db) < schema.sql