mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/efitools: Fixed ARCH.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
490c8bbf49
commit
a7538cf89d
1 changed files with 3 additions and 3 deletions
|
@ -61,6 +61,8 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
EFI_ARCH="$ARCH"
|
||||
fi
|
||||
PKGARCH="$ARCH"
|
||||
unset ARCH
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -91,8 +93,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
unset ARCH
|
||||
|
||||
make \
|
||||
CRTPATH=/usr/lib${LIBDIRSUFFIX}/gnuefi \
|
||||
MYGUID=${MYGUID} \
|
||||
|
@ -121,4 +121,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$PKGARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
Loading…
Reference in a new issue