diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:25 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:25 +0000 |
commit | 29622f5e6071a90198e0972396e6f1f538fd4a4c (patch) | |
tree | 2c390b186d2359264fa2a6ae2f87b6117edb7d3d /debian | |
parent | e417fca8b8ee8d0dc22e6d65925fefe63774d73c (diff) |
Install locale files in /usr/share.
Author: doogie
Date: 2003-02-02 21:57:32 GMT
Install locale files in /usr/share.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |