|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
# Slackware build script for guefi |
|
|
# Slackware build script for guefi |
|
|
|
|
|
|
|
|
# Copyright 2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy |
|
|
|
|
|
|
|
|
# Copyright 2017-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy |
|
|
# All rights reserved. |
|
|
# All rights reserved. |
|
|
# |
|
|
# |
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
# Redistribution and use of this script, with or without modification, is |
|
@ -25,7 +25,7 @@ |
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
|
PRGNAM=guefi |
|
|
PRGNAM=guefi |
|
|
VERSION=${VERSION:-0.1.3} |
|
|
|
|
|
|
|
|
VERSION=${VERSION:-0.2.0} |
|
|
BUILD=${BUILD:-1} |
|
|
BUILD=${BUILD:-1} |
|
|
TAG=${TAG:-_SBo} |
|
|
TAG=${TAG:-_SBo} |
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
@ -72,7 +72,7 @@ rm -rf $PKG |
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
cd $TMP |
|
|
cd $TMP |
|
|
rm -rf $PRGNAM-$VERSION |
|
|
rm -rf $PRGNAM-$VERSION |
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz |
|
|
|
|
|
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz |
|
|
cd $PRGNAM-$VERSION |
|
|
cd $PRGNAM-$VERSION |
|
|
chown -R root:root . |
|
|
chown -R root:root . |
|
|
find -L . \ |
|
|
find -L . \ |
|
|