From 7f0b99d72ad828077c789fbeeca3f886a3a18910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 20 Aug 2003 13:58:37 +0000 Subject: Use busybox in stage2 on AMD64 --- perl-install/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/Makefile b/perl-install/Makefile index 083e53277..1aa44845e 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -154,6 +154,9 @@ endif ifeq (i386,$(ARCH)) cp ../tools/i386/busybox $(DEST)/usr/bin endif +ifeq (x86_64,$(ARCH)) + cp ../tools/x86_64/busybox $(DEST)/usr/bin/ +endif ifeq (ia64,$(ARCH)) ln -sf bash $(DEST)/usr/bin/sh else -- cgit v1.2.1