bugfix: add $(PREFIX)/bin to the PATH

This commit is contained in:
Volker Grabsch 2008-11-08 16:31:45 +01:00
parent 3946063b55
commit d86980231e
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ VERSION := 2.0
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))