|
|
@ -25,11 +25,11 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=fzf-bin |
|
|
|
VERSION=${VERSION:-0.62.0} |
|
|
|
VERSION=${VERSION:-0.65.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
SRCNAM=${SRCNAM:-fzf-0.62.0-linux_amd64} |
|
|
|
SRCNAM=${SRCNAM:-fzf-0.65.1-linux_amd64} |
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then |
|
|
|
case "$( uname -m )" in |
|
|
@ -66,9 +66,9 @@ tar xvf $CWD/$SRCNAM.tar.gz |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
-o -perm 511 \) -exec chmod 755 {} \; -o \ |
|
|
|
-o -perm 511 \) -exec chmod 755 {} \+ -o \ |
|
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ |
|
|
|
|
|
|
|
mkdir -pv $PKG/usr/bin |
|
|
|
install -Dvm 0755 fzf -t $PKG/usr/bin |
|
|
|