summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-29 09:26:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-29 09:26:09 +0000
commit3578cc1b5f54279a6ee866b9da2b941af224162f (patch)
tree3bd7152c69bee243fe14f09f21c9d4101321c621 /package
parent1c57770f288d42345e05865e3d18a30899ec82cf (diff)
downloadmtk-20170518-3578cc1b5f54279a6ee866b9da2b941af224162f.zip
mtk-20170518-3578cc1b5f54279a6ee866b9da2b941af224162f.tar.gz
mtk-20170518-3578cc1b5f54279a6ee866b9da2b941af224162f.tar.bz2
hotplug2-old: fix path to build dir
SVN-Revision: 16171
Diffstat (limited to 'package')
-rw-r--r--package/hotplug2-old/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/hotplug2-old/Makefile b/package/hotplug2-old/Makefile
index a344d5a..ac7798a 100644
--- a/package/hotplug2-old/Makefile
+++ b/package/hotplug2-old/Makefile
@@ -15,6 +15,8 @@ PKG_SOURCE:=hotplug2-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://isteve.bofh.cz/~isteve/hotplug2
PKG_MD5SUM:=ea2c01d027b4002e4e6b0ff266f51a51
+PKG_BUILD_DIR:=$(BUILD_DIR)/hotplug2-$(PKG_VERSION)
+
include $(INCLUDE_DIR)/package.mk
define Package/hotplug2-old