5630ac1d92
- Fix a bug in the script which prevented it from finding its helper script. - Automatically redirect the output of the script to make it even easier to use.
5 lines
164 B
Bash
Executable file
5 lines
164 B
Bash
Executable file
#!/bin/sh
|
|
|
|
./maintainers/scripts/fetch-kde-qt.sh \
|
|
http://download.kde.org/stable/frameworks/5.24/ -A '*.tar.xz' \
|
|
>pkgs/desktops/kde-5/frameworks/srcs.nix
|