changeset 430:042b6157c82f

core/efibootmgr: is not translated
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 20:58:00 +0200
parents f88f7c060f11
children 515778c3a417
files core/efibootmgr/efibootmgr.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/efibootmgr/efibootmgr.sh	Thu Apr 04 20:55:00 2019 +0200
+++ b/core/efibootmgr/efibootmgr.sh	Thu Apr 04 20:58:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPLv2"
 PKGSUMMARY="application to manipulate UEFI"
 PKGDOWNLOAD="https://github.com/rhboot/$PKGNAME/archive/$PKGVERSION.tar.gz"
-PKGDEPENDS="core/gettext lib/efivar lib/popt"
+PKGDEPENDS="lib/efivar lib/popt"
 
 : ${CC:=clang}