]> git.pld-linux.org Git - packages/ganeti-instance-image.git/commitdiff
- preset paths to tools at build time
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 22 Feb 2014 20:14:05 +0000 (21:14 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 22 Feb 2014 20:14:05 +0000 (21:14 +0100)
ganeti-instance-image.spec

index dbe083b1192131eeabb4a32d268cc37d944062b6..d41add601f63d44961bfe6482807a748b37913ce 100644 (file)
@@ -37,7 +37,13 @@ such as debootstrap.
 %patch0 -p1
 
 %build
-%configure
+%configure \
+       DUMP=/sbin/dump \
+       LOSETUP=/sbin/losetup \
+       KPARTX=/sbin/kpartx \
+       SFDISK=/sbin/sfdisk \
+       PARTED=/usr/sbin/parted \
+       QEMU_IMG=/usr/bin/qemu-img
 %{__make}
 
 %install
This page took 0.068485 seconds and 4 git commands to generate.