aboutsummaryrefslogtreecommitdiffstats
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
commit96c63ef41811eb1b41c364f9a00ddace296163ff (patch)
tree939e84997936aa77f6396904cfde7b90286428b2 /package
parenta8dd1273fd54b2ca88e98c0f9494d4b41f7e2e67 (diff)
downloadupstream-96c63ef41811eb1b41c364f9a00ddace296163ff.tar.gz
upstream-96c63ef41811eb1b41c364f9a00ddace296163ff.tar.bz2
upstream-96c63ef41811eb1b41c364f9a00ddace296163ff.zip
hotplug2-old: fix path to build dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16171 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a344d5a909..ac7798acf4 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