mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-13 14:24:02 +00:00
Upgraded wpebackend-fdo to 1.12.0
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
# libwpebackend-fdo
|
||||
# Source: https://github.com/Igalia/WPEBackend-fdo/releases/download/1.10.0/wpebackend-fdo-1.10.0.tar.xz
|
||||
# Source: https://github.com/Igalia/WPEBackend-fdo/releases/download/1.12.0/wpebackend-fdo-1.12.0.tar.xz
|
||||
#
|
||||
# $BUILD = Directory to temporarily install
|
||||
# $PKGS = Directory to store built packages
|
||||
@ -42,5 +42,5 @@ wpebackend-fdo:
|
||||
wpebackend-fdo:
|
||||
EOF
|
||||
sudo -S mv -v /tmp/slack-desc install/ &&
|
||||
sudo -S makepkg -l y -c n $PKGS/wpebackend-fdo-1.10.0-$(uname -m)-mlfs.txz &&
|
||||
sudo -S makepkg -l y -c n $PKGS/wpebackend-fdo-1.12.0-$(uname -m)-mlfs.txz &&
|
||||
sudo -S rm -rf ${BUILD}/*
|
||||
|
Reference in New Issue
Block a user