From 9f07c8fe6d2afeb1b5b2368681391afd163fde8f Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Sat, 26 Apr 2008 23:43:19 +0100
Subject: Only install pstack on i386 (Closes: #477815)

---
 lists/rescue | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lists/rescue b/lists/rescue
index b540e0a..e15fccf 100644
--- a/lists/rescue
+++ b/lists/rescue
@@ -4,7 +4,11 @@
 #include <standard>
 
 # System
-gnupg dash discover gawk grub htop lilo ltrace pstack screen strace units
+gnupg dash discover gawk grub htop lilo ltrace screen strace units
+
+#if ARCHITECTURE i386
+pstack
+#endif
 
 # Editors
 aview mc nano-tiny qemacs-nox mg vim wdiff hexedit
-- 
cgit v1.0