kdeApps_15_04: fix source urls
This commit is contained in:
parent
db3b86560f
commit
2a7a94d835
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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}"
|
KDE_MIRROR="${KDE_MIRROR:-http://download.kde.org}"
|
||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
@ -8,7 +9,7 @@ if [ $# -eq 0 ]; then
|
|||||||
# from recursing over the whole server! (No, it's not a bug.)
|
# from recursing over the whole server! (No, it's not a bug.)
|
||||||
$(nix-build ../../.. -A autonix.manifest) \
|
$(nix-build ../../.. -A autonix.manifest) \
|
||||||
"${KDE_MIRROR}/stable/applications/15.04.0/" \
|
"${KDE_MIRROR}/stable/applications/15.04.0/" \
|
||||||
-A '*.tar.xz'
|
$MANIFEST_EXTRA_ARGS -A '*.tar.xz'
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user