summaryrefslogtreecommitdiffstats
path: root/package/mpdecimal
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2015-03-09 23:14:51 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-03-10 20:40:08 +0100
commitb0b9606530dfc6de40300b6031bb70ea2eac1b44 (patch)
tree7b1cdc9c8564698e970b2d4e0c0a4f9ad7cc8771 /package/mpdecimal
parentbf03a81ba59ecd355b3ba2e97b331368a3451b92 (diff)
downloadbuildroot-b0b9606530dfc6de40300b6031bb70ea2eac1b44.tar.gz
buildroot-b0b9606530dfc6de40300b6031bb70ea2eac1b44.zip
Remove trailing slash from all package site URLs
The recommended form is without the trailing slash. Buildroot will add a slash between FOO_SITE and FOO_SOURCE as appropriate. Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mpdecimal')
-rw-r--r--package/mpdecimal/mpdecimal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpdecimal/mpdecimal.mk b/package/mpdecimal/mpdecimal.mk
index 060750c0ee..07a756421e 100644
--- a/package/mpdecimal/mpdecimal.mk
+++ b/package/mpdecimal/mpdecimal.mk
@@ -7,7 +7,7 @@
# Official site currently down
# MPDECIMAL_SITE = http://www.bytereef.org/software/mpdecimal/releases
-MPDECIMAL_SITE = https://launchpad.net/ubuntu/+archive/primary/+files/
+MPDECIMAL_SITE = https://launchpad.net/ubuntu/+archive/primary/+files
MPDECIMAL_VERSION = 2.4.1
MPDECIMAL_SOURCE = mpdecimal_$(MPDECIMAL_VERSION).orig.tar.gz
MPDECIMAL_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud