summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/util/dracut.xibuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/util/dracut.xibuild b/repo/util/dracut.xibuild
index 31190ef..12183ec 100644
--- a/repo/util/dracut.xibuild
+++ b/repo/util/dracut.xibuild
@@ -8,6 +8,7 @@ PKG_VER=055
SOURCE=https://mirrors.edge.kernel.org/pub/linux/utils/boot/dracut/dracut-$PKG_VER.tar.xz
build () {
+ ./configure --prefix=/usr
make sysconfdir=/etc
}