Skip to content
  • Heh I have something very similar:

    # "kde build" just this repo
    function kb {
        clear
        REPO=`basename $PWD`
        kdesrc-build $REPO --no-src --no-include-dependencies
        ERRORFILE=~/kde/src/log/latest/$REPO/error.log
        if [ -f $ERRORFILE ]
        then
            cat $ERRORFILE
            false
        else
            source ../../build/$REPO/prefix.sh
        fi
    }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment