changeset 121:15e0ab5c4df0

bugfix: add $(PREFIX)/bin to the PATH
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 08 Nov 2008 16:31:45 +0100
parents 4edf6a519683
children daa21345aa2a
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Nov 08 16:27:17 2008 +0100
+++ b/Makefile	Sat Nov 08 16:31:45 2008 +0100
@@ -6,6 +6,7 @@
 PREFIX  := $(PWD)/usr
 PKG_DIR := $(PWD)/pkg
 TMP_DIR  = $(PWD)/tmp-$(1)
+PATH    := $(PREFIX)/bin:$(PATH)
 SED     := $(shell gsed --version >/dev/null 2>&1 && echo g)sed
 
 PKG_RULES := $(patsubst src/%.mk,%,$(wildcard src/*.mk))