[SCM] pkg-kde.alioth.debian.org website branch, master, updated. ad133ab5152bbcc61aded36ed94add5669624e14

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Sep 17 03:32:52 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/www.git;a=commitdiff;h=ad133ab

The following commit has been merged in the master branch:
commit ad133ab5152bbcc61aded36ed94add5669624e14
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Sep 17 00:31:59 2014 -0300

    Fix call to dot.
---
 genweb.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genweb.sh b/genweb.sh
index a921a93..dba7751 100755
--- a/genweb.sh
+++ b/genweb.sh
@@ -22,7 +22,7 @@ done
 bash genrss.sh > $OUTPUT/rss.xml
 
 # Generate Qt5 build dependencies graph. Needs dot.
-dot -T png -o images/qt5_build_deps.png $OUTPUT/qt5-build-deps.dot
+dot -T png -o $OUTPUT/qt5_build_deps.png files/qt5-build-deps.dot
 
 # find $OUTPUT/ -name ".svn" -exec rm -rf {} \; || true
 chmod -R g+w $OUTPUT/*

-- 
pkg-kde.alioth.debian.org website



More information about the pkg-kde-commits mailing list