Просмотр исходного кода

Install locale files in /usr/share.
Author: doogie
Date: 2003-02-02 21:57:32 GMT
Install locale files in /usr/share.

Arch Librarian лет назад: 22
Родитель
Сommit
29622f5e60
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      debian/rules

+ 3 - 3
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 \