Skip to content
Snippets Groups Projects
Commit 1162d6b7 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

rules.mk: use relative paths for BASH, TAR, FIND, PATCH, PYTHON


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44294
parent 188032c8
Branches
Tags
No related merge requests found
......@@ -210,11 +210,11 @@ CP:=cp -fpR
LN:=ln -sf
XARGS:=xargs -r
BASH:=$(STAGING_DIR_HOST)/bin/bash
TAR:=$(STAGING_DIR_HOST)/bin/tar
FIND:=$(STAGING_DIR_HOST)/bin/find
PATCH:=$(STAGING_DIR_HOST)/bin/patch
PYTHON:=$(STAGING_DIR_HOST)/bin/python
BASH:=bash
TAR:=tar
FIND:=find
PATCH:=patch
PYTHON:=python
INSTALL_BIN:=install -m0755
INSTALL_DIR:=install -d -m0755
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment