mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/freeswitch: add missing patch
This commit is contained in:
parent
96e6ccf9ac
commit
fc6fa660cf
14
main/freeswitch/getlib.patch
Normal file
14
main/freeswitch/getlib.patch
Normal file
@ -0,0 +1,14 @@
|
||||
--- ./build/getlib.sh.in.orig 2013-09-03 12:21:18.636058789 +0000
|
||||
+++ ./build/getlib.sh.in 2013-09-03 12:23:56.654530932 +0000
|
||||
@@ -32,6 +32,11 @@
|
||||
|
||||
if [ ! -d $tarfile ]; then
|
||||
if [ ! -f $tarfile ]; then
|
||||
+ echo "*"
|
||||
+ echo "* Please add/update the following url in _libsource in APKBUILD:"
|
||||
+ echo "* $base$tarfile"
|
||||
+ echo "*"
|
||||
+ exit 1
|
||||
rm -fr $uncompressed
|
||||
$DOWNLOAD_CMD $base$tarfile
|
||||
if [ ! -f $tarfile ]; then
|
||||
Loading…
x
Reference in New Issue
Block a user