diff options
Diffstat (limited to 'util-linux.morph')
| -rwxr-xr-x | util-linux.morph | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/util-linux.morph b/util-linux.morph index 7cd88678a..cef6fd498 100755 --- a/util-linux.morph +++ b/util-linux.morph @@ -1,13 +1,12 @@ { "name": "util-linux", "kind": "chunk", + "build-system": "autotools", "configure-commands": [ - "./configure --prefix=/usr" - ], - "build-commands": [ - "make" + "./configure --prefix=\"$PREFIX\"" ], "install-commands": [ - "make DESTDIR=\"$DESTDIR\" install" + "make DESTDIR=\"$DESTDIR\" install", + "for prog in blkid blockdev cal chrt dmesg fdisk findfs flock fsck hexdump hwclock ipcrm ipcs logger mkswap more mount mountpoint pivot_root readprofile renice script setsid swapoff swapon switch_root umount; do find \"$DESTDIR\" -name \"$prog\" -delete; done" ] } |
