diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-13 20:00:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-13 20:00:34 +0000 |
commit | 24700c28ae7d0ac28c1109da2d15ac7d5b95858c (patch) | |
tree | 082f77090389cfc46ac6718efc9aeff3a1a59b4f /debian/rules | |
parent | ae8937b0de74e5c2914147dbb37ef42898f0e263 (diff) |
Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer
toolchain to any arbitrary directory...
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |