add a colon to pkgdeps.sh missing pkg output
This commit is contained in:
parent
260de588e1
commit
e2101b7d18
@ -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
|
# (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
|
for i in alex cabal-install ghc happy gtk2hs-buildtools haskell-platform hedgewars-server xmobar; do
|
||||||
PKG_THERE=yes
|
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
|
if [ "$PKG_THERE" = "yes" ]; then
|
||||||
echo \"$PKG\" >> pkgs.dot
|
echo \"$PKG\" >> pkgs.dot
|
||||||
case $i in
|
case $i in
|
||||||
|
Loading…
Reference in New Issue
Block a user