projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
804c6d5
)
- fix path to staging binary. Closes #1353
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 18 May 2007 09:59:36 +0000
(09:59 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 18 May 2007 09:59:36 +0000
(09:59 -0000)
package/dm/dm.mk
patch
|
blob
|
history
diff --git
a/package/dm/dm.mk
b/package/dm/dm.mk
index 02f93116d57f8d745a069e5423715527c0b63561..9936f8b1be8cce6734ebe77bac93b4b0e5ece07f 100644
(file)
--- a/
package/dm/dm.mk
+++ b/
package/dm/dm.mk
@@
-31,7
+31,7
@@
DM_SITE:=ftp://sources.redhat.com/pub/dm
DM_SITE_OLD:=ftp://sources.redhat.com/pub/dm/old
DM_CAT:=$(ZCAT)
DM_DIR:=$(BUILD_DIR)/device-mapper.$(DM_VERSION)
-DM_STAGING_BINARY:=$(STAGING_DIR)/sbin/dmsetup
+DM_STAGING_BINARY:=$(STAGING_DIR)/
usr/
sbin/dmsetup
DM_TARGET_BINARY:=$(TARGET_DIR)/usr/sbin/dmsetup
DM_STAGING_LIBRARY:=$(STAGING_DIR)/lib/libdevmapper.so
DM_TARGET_LIBRARY:=$(TARGET_DIR)/usr/lib/libdevmapper.so