Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 141a328

Browse files
committed
firefox-bin: revert accidental commit
1 parent 97ec94c commit 141a328

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extra/firefox-bin/build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ printf 'Installing firefox-bin\n'
1313
# The tarball is hosted on GitHub which doesn't allow
1414
# for the file naming scheme the package manager uses
1515
# for its built tarballs (pkg#ver-rel.tar.gz).
16-
mv -f "firefox-bin.68.4.1esr-2.tar.gz.no-extract" \
17-
"firefox#68.4.1esr-2.tar.gz"
16+
mv -f "firefox-bin.68.4.1esr-1.tar.gz?no-extract" \
17+
"firefox#68.4.1esr-1.tar.gz"
1818

1919
# Install the package as you would any other you have
2020
# built yourself. In reality, I could have just given
@@ -23,7 +23,7 @@ mv -f "firefox-bin.68.4.1esr-2.tar.gz.no-extract" \
2323
#
2424
# I'm nice though and want this to fit into the system
2525
# like any other package.
26-
KISS_FORCE=1 kiss i "$PWD/firefox#68.4.1esr-2.tar.gz"
26+
KISS_FORCE=1 kiss i "$PWD/firefox#68.4.1esr-1.tar.gz"
2727

2828
cat <<EOF
2929

extra/firefox-bin/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/kisslinux/repo/releases/download/1.3.2/firefox-bin.68.4.1esr-2.tar.gz.no-extract
1+
https://github.com/kisslinux/repo/releases/download/1.3.2/firefox-bin.68.4.1esr-1.tar.gz?no-extract

0 commit comments

Comments
 (0)