]> git.gag.com Git - debian/elilo/commitdiff
patch from Dann Frazier that fixes #550090, dpkg option going obsolete
authorBdale Garbee <bdale@gag.com>
Wed, 7 Oct 2009 20:37:52 +0000 (14:37 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 7 Oct 2009 20:37:52 +0000 (14:37 -0600)
debian/changelog
debian/elilo.sh

index 3afb4e5564d02f5f906bb9791e84c4bfbff01c9a..2cb6bde24f216b2a872f31112278394d72cb7e0c 100644 (file)
@@ -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 <bdale@gag.com>  Wed, 07 Oct 2009 14:37:28 -0600
+
 elilo (3.10-1) unstable; urgency=low
 
   * new upstream version
index 4b1a8522302a7d47d2ba1c38401b8a99635ea2aa..46cfb220e11a9f71493a39e64311693f67af5486 100644 (file)
@@ -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