kdeApps_15_04: fix source urls

This commit is contained in:
Thomas Tuegel 2015-04-25 07:31:45 -05:00
parent db3b86560f
commit 2a7a94d835
2 changed files with 2045 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,6 @@
#!/bin/sh
# if setting KDE_MIRROR, be sure to set --cut-dirs=N in MANIFEST_EXTRA_ARGS
KDE_MIRROR="${KDE_MIRROR:-http://download.kde.org}"
if [ $# -eq 0 ]; then
@ -8,7 +9,7 @@ if [ $# -eq 0 ]; then
# from recursing over the whole server! (No, it's not a bug.)
$(nix-build ../../.. -A autonix.manifest) \
"${KDE_MIRROR}/stable/applications/15.04.0/" \
-A '*.tar.xz'
$MANIFEST_EXTRA_ARGS -A '*.tar.xz'
else