diff options
Diffstat (limited to 'repo/util/genfstab.xibuild')
-rw-r--r-- | repo/util/genfstab.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/util/genfstab.xibuild b/repo/util/genfstab.xibuild index 46249a3..267906c 100644 --- a/repo/util/genfstab.xibuild +++ b/repo/util/genfstab.xibuild @@ -16,6 +16,7 @@ DESC="A tool for generating /etc/fstab files from archlinux" prepare () { apply_patches + sed -i "s/realpath -mL/realpath/g" genfstab.in } package () { |