Skip to content

Commit

Permalink
make: Fix source URL
Browse files Browse the repository at this point in the history
For some reason, version 4.2 is only available as a gz archive on the
gnu server, so adapt the URL.
  • Loading branch information
donald committed Mar 19, 2021
1 parent 91e4567 commit 15ba3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.be0
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit 15ba3aa

Please sign in to comment.