5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# original URL at sourceforge chokes out
|
||
|
sed -re 's@^(source=\(").*$@\1http://fossies.org/linux/privat/${pkgname}-${pkgver}.tar.gz")@g' ${1}
|