From 122ef38c5a3a330494e5cf89ceb4f270c279ef13 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Feb 2011 11:19:10 +1000 Subject: [PATCH] add a colon to pkgdeps.sh missing pkg output --- pkg-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-deps.sh b/pkg-deps.sh index af887f9..1bcb6ee 100755 --- a/pkg-deps.sh +++ b/pkg-deps.sh @@ -16,7 +16,7 @@ ghc-pkg dot --global | sed '$d' > pkgs.dot # (exclude binlib for now since covered by libs): cpphs, darcs, hlint, hscolour, xmonad for i in alex cabal-install ghc happy gtk2hs-buildtools haskell-platform hedgewars-server xmobar; do PKG_THERE=yes - PKG=`rpm -q --qf "%{name}-%{version}" $i` || { PKG_THERE=no ; echo "missing $i" ; } + PKG=`rpm -q --qf "%{name}-%{version}" $i` || { PKG_THERE=no ; echo "missing: $i" ; } if [ "$PKG_THERE" = "yes" ]; then echo \"$PKG\" >> pkgs.dot case $i in