gummiboot: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
9ec475cc05
commit
af2bdf37c3
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
case "$ACTION" in
|
||||
post)
|
||||
if [ "$UPDATE" = no ]; then
|
||||
mkdir -p /boot/EFI/gummiboot
|
||||
mkdir -p boot/EFI/gummiboot
|
||||
fi
|
||||
gummiboot update
|
||||
;;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gummiboot'
|
||||
pkgname=gummiboot
|
||||
version=48
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config libxslt docbook-xsl"
|
||||
makedepends="gnu-efi-libs liblzma-devel libblkid-devel"
|
||||
|
|
Loading…
Reference in a new issue