From: Bdale Garbee Date: Wed, 7 Oct 2009 20:37:52 +0000 (-0600) Subject: patch from Dann Frazier that fixes #550090, dpkg option going obsolete X-Git-Tag: debian/3.12-1~8 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5700f2045abab043acfec93403a6ae1bcefbba81;p=debian%2Felilo patch from Dann Frazier that fixes #550090, dpkg option going obsolete --- diff --git a/debian/changelog b/debian/changelog index 3afb4e5..2cb6bde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +elilo (3.10-2) unstable; urgency=low + + * patch for dpkg option --print-installation-architecture going obsolete + from Dann Frazier, closes: #550090 + + -- Bdale Garbee Wed, 07 Oct 2009 14:37:28 -0600 + elilo (3.10-1) unstable; urgency=low * new upstream version diff --git a/debian/elilo.sh b/debian/elilo.sh index 4b1a852..46cfb22 100644 --- a/debian/elilo.sh +++ b/debian/elilo.sh @@ -38,7 +38,7 @@ TARGET= EFIROOT=/EFI/debian export LC_COLLATE=C -ARCHITECTURE=$(dpkg --print-installation-architecture) +ARCHITECTURE=$(dpkg --print-architecture) ## catch signals, clean up junk in /tmp. trap "cleanup" 0