Add custom script for gptfdisk
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 18 May 2014 04:48:04 +0000 (00:48 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 18 May 2014 04:49:33 +0000 (00:49 -0400)
stage2/pkg/gptfdisk [new file with mode: 0644]

diff --git a/stage2/pkg/gptfdisk b/stage2/pkg/gptfdisk
new file mode 100644 (file)
index 0000000..20556f1
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+hvbuild()
+{
+    cd ${LFS_TMP}/${PACKAGE}
+    make gdisk
+    install gdisk /usr/bin
+}