summaryrefslogtreecommitdiff
path: root/repo/util/genfstab.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/genfstab.xibuild')
-rw-r--r--repo/util/genfstab.xibuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/repo/util/genfstab.xibuild b/repo/util/genfstab.xibuild
index c263b32..46249a3 100644
--- a/repo/util/genfstab.xibuild
+++ b/repo/util/genfstab.xibuild
@@ -7,8 +7,17 @@ PKG_VER=24
SOURCE=https://github.com/archlinux/arch-install-scripts.git
BRANCH=v$PKG_VER
+ADDITIONAL="
+ remove-extra-flags.patch
+"
+
DESC="A tool for generating /etc/fstab files from archlinux"
+
+prepare () {
+ apply_patches
+}
+
package () {
make PREFIX=/usr BINPROGS=genfstab MANS=doc/genfstab.8 DESTDIR=$PKG_DEST install
}