Code review comment for lp:~federico-gnome/zeitgeist/fixes

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

Maybe we can replace the check for rdfpipe with something ala:

python -c "import rdflib"
if [ "$?" != "0" ]; then
  echo "You need the Python module 'rdflib' in order to compile Zeitgeist"
  exit 1
fi

« Back to merge proposal