about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-07-13 13:52:25 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-07-13 13:54:59 -0500
commit5630ac1d928ec9d1d773f4dccc5b24031fc8dae3 (patch)
tree376bb6ba4a34792a9d5fee6acb732df2df390ee4 /maintainers
parent3eb9b19d3b03b095fbed3be224659311f9429819 (diff)
generate-kde-frameworks.sh: fix helper script path
- 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.
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/generate-kde-frameworks.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/maintainers/scripts/generate-kde-frameworks.sh b/maintainers/scripts/generate-kde-frameworks.sh
index e690662b3f21e..b3b559b357160 100755
--- a/maintainers/scripts/generate-kde-frameworks.sh
+++ b/maintainers/scripts/generate-kde-frameworks.sh
@@ -1,3 +1,5 @@
 #!/bin/sh
 
-./fetch-kde-qt.sh http://download.kde.org/stable/frameworks/5.24/ -A '*.tar.xz'
+./maintainers/scripts/fetch-kde-qt.sh \
+    http://download.kde.org/stable/frameworks/5.24/ -A '*.tar.xz' \
+    >pkgs/desktops/kde-5/frameworks/srcs.nix