diff options
Diffstat (limited to 'repo/system/efibootmgr.xibuild')
-rw-r--r-- | repo/system/efibootmgr.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/efibootmgr.xibuild b/repo/system/efibootmgr.xibuild index 557699b..ae58a48 100644 --- a/repo/system/efibootmgr.xibuild +++ b/repo/system/efibootmgr.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(efivar popt) +MAKEDEPS="make " +DEPS="efivar popt" PKG_VER=17 SOURCE=https://github.com/rhboot/efibootmgr/archive/$PKG_VER/efibootmgr-$PKG_VER.tar.gz |