From 29622f5e6071a90198e0972396e6f1f538fd4a4c Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:00:25 +0000 Subject: Install locale files in /usr/share. Author: doogie Date: 2003-02-02 21:57:32 GMT Install locale files in /usr/share. --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 0b932a71e..2061d5c0c 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # Made with the aid of dh_make, by Craig Small # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Christoph Lameter. -# $Id: rules,v 1.43 2002/11/10 23:58:33 doogie Exp $ +# $Id: rules,v 1.44 2003/02/02 21:57:32 doogie Exp $ # LD_LIBRARY_PATH=pwd/debian/apt/usr/lib dh_shlibdeps -papt # dpkg: /home/jgg/work/apt2/debian/apt/usr/lib/libapt-pkg.so.2.9 not found. @@ -169,7 +169,7 @@ apt: build debian/shlibs.local dh_testdir -p$@ dh_testroot -p$@ dh_clean -p$@ -k - dh_installdirs -p$@ + dh_installdirs -p$@ /usr/share # # apt install # @@ -185,7 +185,7 @@ apt: build debian/shlibs.local cp $(BLD)/bin/methods/* debian/apt/usr/lib/apt/methods/ cp $(BLD)/scripts/dselect/* debian/apt/usr/lib/dpkg/methods/apt/ - cp -r $(BLD)/locale debian/apt/usr/ + cp -r $(BLD)/locale debian/apt/usr/share/ # Copy the guides dh_installdocs -p$@ $(BLD)/docs/guide*.text $(BLD)/docs/guide*.html \ -- cgit v1.2.3