]> git.saurik.com Git - apt.git/commitdiff
Install locale files in /usr/share.
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:00:25 +0000 (17:00 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:00:25 +0000 (17:00 +0000)
Author: doogie
Date: 2003-02-02 21:57:32 GMT
Install locale files in /usr/share.

debian/rules

index 0b932a71e95a319429e3ba778e70f7a6c4b01a02..2061d5c0c5e502108e741e3b44064cce68c963b8 100755 (executable)
@@ -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 \