diff options
Diffstat (limited to 'main/efibootmgr/APKBUILD')
-rw-r--r-- | main/efibootmgr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/efibootmgr/APKBUILD b/main/efibootmgr/APKBUILD index 3a7d57ea643..ec13350a3a9 100644 --- a/main/efibootmgr/APKBUILD +++ b/main/efibootmgr/APKBUILD @@ -11,7 +11,7 @@ depends="" makedepends="efivar-dev linux-headers popt-dev gettext-dev" install="" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/rhboot/$pkgname/archive/$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/rhboot/efibootmgr/archive/$pkgver.tar.gz musl-gettext.patch" build() { |