package/exfat{,-utils}: fix installation path of the helper/utilities
authorWolfgang Grandegger <wg@grandegger.com>
Tue, 24 Sep 2019 12:29:20 +0000 (14:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 27 Oct 2019 13:14:50 +0000 (14:14 +0100)
"mount" from the "util-linux" package does expect the helper utilities
in "/sbin" and not "/usr/sbin". We use "--exec-prefix=/" to fix the
issue. The man-pages are then still installed under "/usr/share/man".

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Tested-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/exfat-utils/exfat-utils.mk
package/exfat/exfat.mk

index 62cd47186f8893caa62b4c759d6229cc736bcb7b..16d5aa03db5e7928751cb3fb44ed795b2c9adec2 100644 (file)
@@ -9,4 +9,6 @@ EXFAT_UTILS_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_UTI
 EXFAT_UTILS_LICENSE = GPL-3.0+
 EXFAT_UTILS_LICENSE_FILES = COPYING
 
+EXFAT_UTILS_CONF_OPTS += --exec-prefix=/
+
 $(eval $(autotools-package))
index b52b197062b759a7693c1585d14bfbbe155bb7c4..d8744feb9bb82055eabb7c2d3262b4f8e21e664c 100644 (file)
@@ -12,4 +12,6 @@ EXFAT_LICENSE = GPL-3.0+
 EXFAT_LICENSE_FILES = COPYING
 EXFAT_CFLAGS = $(TARGET_CFLAGS) -std=c99
 
+EXFAT_CONF_OPTS += --exec-prefix=/
+
 $(eval $(autotools-package))