Browse Source

- fix path to staging binary. Closes #1353

Bernhard Reutner-Fischer 18 years ago
parent
commit
33553eb655
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/dm/dm.mk

+ 1 - 1
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