From aca03cc5a284d701d6d879a4695c05795d76529f Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 13 Nov 2006 15:44:36 +1300 Subject: [PATCH] Actually put the locale files into the Debian package... --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index fec8a8dc..59a09b35 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,7 @@ binary-indep: checkroot build cp -a htdocs $(dt)/usr/share/$(package) cp -a dba $(dt)/usr/share/$(package) cp -a inc $(dt)/usr/share/$(package) + cp -a locale $(dt)/usr/share/$(package) # cp -a admin $(dt)/usr/share/$(package) dh_installdocs dh_installchangelogs