From 0aa632bbbf098ba90107aaea5dc41aa4344b2a7d Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Wed, 01 Aug 2012 02:20:11 -0400
Subject: Adjust LIBDIR and add TODO note in changelog lib.

---
diff --git a/lib/changelog.sh b/lib/changelog.sh
index 5733353..f757e90 100644
--- a/lib/changelog.sh
+++ b/lib/changelog.sh
@@ -19,8 +19,11 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-. @@LIBDIR@@/opkhelper/messages
+. @@LIBDIR@@/messages
 
+# TODO: Either add an error callback to oh_changelog_parse() or make a central
+# error handling library.
+# TODO: Move message strings into locales.
 oh_changelog_parse_error()
 {
 	_file="${1}"
--
cgit v0.9.1