summaryrefslogtreecommitdiff
path: root/repo/system/grub.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/grub.xibuild')
-rw-r--r--repo/system/grub.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/grub.xibuild b/repo/system/grub.xibuild
index 77647c9..d167cf8 100644
--- a/repo/system/grub.xibuild
+++ b/repo/system/grub.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(sh xz gettext device-mapper efibootmgr freetype2)
+MAKEDEPS="make "
+DEPS="sh xz gettext device-mapper efibootmgr freetype2"
PKG_VER=2.06
SOURCE=https://ftp.gnu.org/gnu/grub/grub-$PKG_VER.tar.xz