2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-30 21:40:58 -06:00

firefox-bin: Fix naming issue. Closes #172

This commit is contained in:
Dylan Araps 2020-03-17 10:10:51 +02:00
parent 8b07161731
commit f8801db01a
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -13,7 +13,7 @@ printf 'Installing firefox-bin\n'
# The tarball is hosted on GitHub which doesn't allow
# for the file naming scheme the package manager uses
# for its built tarballs (pkg#ver-rel.tar.gz).
mv -f firefox*\?no-extract "firefox#68.6.0esr-3.tar.gz"
mv -f firefox*\?no-extract "firefox-bin#68.6.0esr-3.tar.gz"
# Install the package as you would any other you have
# built yourself. In reality, I could have just given
@ -22,7 +22,7 @@ mv -f firefox*\?no-extract "firefox#68.6.0esr-3.tar.gz"
#
# I'm nice though and want this to fit into the system
# like any other package.
KISS_FORCE=1 kiss i "$PWD/firefox#68.6.0esr-3.tar.gz"
KISS_FORCE=1 kiss i "$PWD/firefox-bin#68.6.0esr-3.tar.gz"
cat <<EOF