[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#163621: dpkg-architecture documentation wrong



I'm re-sending the message in case it was caught by some SPAM filters.

diff -ur dpkg-1.10.9-orig/scripts/dpkg-architecture.pl dpkg-1.10.9/scripts/dpkg-
architecture.pl
--- dpkg-1.10.9-orig/scripts/dpkg-architecture.pl       2002-09-16 03:26:00.0000
00000 +0900
+++ dpkg-1.10.9/scripts/dpkg-architecture.pl    2002-10-07 15:42:32.000000000 +0
900
@@ -401,7 +401,7 @@
 also show how you can improve the cross compilation support in your
 package:
 
-Instead:
+Instead of:
 
 ARCH=`dpkg --print-architecture`
 configure $(ARCH)-linux
@@ -411,9 +411,9 @@
 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
-configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_BUILD_GNU_SYSTEM)
+configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 
-Instead:
+Instead of:
 
 ARCH=`dpkg --print-architecture`
 ifeq ($(ARCH),alpha)


-- 
dancer@debian.org  http://www.netfort.gr.jp/~dancer






Reply to: