Only install pstack on i386 (Closes: #477815)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
d77ee36137
commit
14ffd3f15f
|
@ -4,7 +4,11 @@
|
||||||
#include <standard>
|
#include <standard>
|
||||||
|
|
||||||
# System
|
# 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
|
# Editors
|
||||||
aview mc nano-tiny qemacs-nox mg vim wdiff hexedit
|
aview mc nano-tiny qemacs-nox mg vim wdiff hexedit
|
||||||
|
|
Loading…
Reference in New Issue