From 24700c28ae7d0ac28c1109da2d15ac7d5b95858c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 13 Aug 2001 20:00:34 +0000 Subject: Fix SYSTEM_DEVEL_PREFIX to allow install of the -uclibc- spoofer toolchain to any arbitrary directory... --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 1922cfab0..0c905b688 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ ifneq ($(target),$(DEB_HOST_GNU_CPU)) echo 'CROSS = $(target)-linux-' >>Config endif echo 'DOPIC = true' >>Config - echo 'SYSTEM_DEVEL_PREFIX = /' >>Config + echo 'SYSTEM_DEVEL_PREFIX = /usr' >>Config echo 'DEVEL_PREFIX = /usr/$$(TARGET_ARCH)-linux-uclibc' >>Config echo 'SHARED_LIB_LOADER_PATH = /lib' >>Config #echo 'TARGET_PREFIX = /' >>Config -- cgit v1.2.3