Переглянути джерело

Install locale files
Author: jgg
Date: 2002-10-16 05:58:16 GMT
Install locale files

Arch Librarian 22 роки тому
батько
коміт
6778020c7e
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      debian/rules

+ 2 - 1
debian/rules

@@ -2,7 +2,7 @@
 # Made with the aid of dh_make, by Craig Small
 # Made with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
 # Some lines taken from debmake, by Christoph Lameter.
-# $Id: rules,v 1.37 2002/09/15 22:51:44 jgg Exp $
+# $Id: rules,v 1.38 2002/10/16 05:58:16 jgg Exp $
 
 
 # LD_LIBRARY_PATH=pwd/debian/apt/usr/lib dh_shlibdeps -papt
 # 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.
 # dpkg: /home/jgg/work/apt2/debian/apt/usr/lib/libapt-pkg.so.2.9 not found.
@@ -168,6 +168,7 @@ apt: build debian/shlibs.local
 	cp $(BLD)/bin/methods/* debian/apt/usr/lib/apt/methods/
 	cp $(BLD)/bin/methods/* debian/apt/usr/lib/apt/methods/
 
 
 	cp $(BLD)/scripts/dselect/* debian/apt/usr/lib/dpkg/methods/apt/
 	cp $(BLD)/scripts/dselect/* debian/apt/usr/lib/dpkg/methods/apt/
+	cp -r $(BLD)/locale debian/apt/usr/
 
 
 	# Copy the guides
 	# Copy the guides
 	dh_installdocs -p$@ $(BLD)/docs/guide*.text $(BLD)/docs/guide*.html \
 	dh_installdocs -p$@ $(BLD)/docs/guide*.text $(BLD)/docs/guide*.html \