From 6e4bc82d8e42335f0767e24e0f15a19d71aee96d Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Sun, 21 Oct 2012 17:47:53 -0400
Subject: Fix data file ownerships and permissions.

NOTE: Requires opkhelper 3.0.0-alpha2 (not yet released), or at least
commit 0e12876e in opkhelper's Git repository.
---
diff --git a/build b/build
index fba72d9..156f77f 100755
--- a/build
+++ b/build
@@ -10,5 +10,6 @@ install:
 	cd src && \
 		make DESTDIR="$$(pwd)/../dest" install && \
 		cd ..
+	oh-fixperms
 	oh-strip -k
 	oh-installfiles
--
cgit v0.9.1