mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-11 16:00:48 +02:00
gettext/build
- download gzipped file, old tar's cannot handle .xz extension/compression
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
SOURCE_URL="https://ftp.gnu.org/pub/gnu/$P/$P-$V.tar.xz"
|
||||
SOURCE_URL="https://ftp.gnu.org/pub/gnu/$P/$P-$V.tar.gz"
|
||||
|
||||
pbuild::configure() {
|
||||
"${MODULE_SRCDIR}"/configure \
|
||||
|
||||
Reference in New Issue
Block a user