From 2c7593ae292ad8961d181cd580e6aa5f59e21b7a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 24 Sep 2004 00:23:27 -0400 Subject: fix to entry --- Makefile.am | 2 +- derive.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1872c1a9..b3f7c17a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,7 +84,7 @@ ledger.so: python.cc libledger.la install-exec-hook: CFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS) -L. -L.libs" \ - python setup.py install --install-base=$(DESTDIR) --root + python setup.py install --prefix=$(prefix) endif diff --git a/derive.cc b/derive.cc index 6089c03a..f1c874c7 100644 --- a/derive.cc +++ b/derive.cc @@ -112,7 +112,7 @@ entry_t * derive_new_entry(journal_t& journal, done: if (! run_hooks(journal.entry_finalize_hooks, *added)) - return NULL; + throw error("Failed to finalize derived entry (check commodities)"); return added.release(); } -- cgit v1.2.3