projects
/
appstream:software-center.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
trivial: Catch bug if package candidate is None
[appstream:software-center.git]
/
run_local_pk.sh
1
#!/bin/sh
2
3
if [ ! -d "./build" ]; then
4
echo "Please run: 'python setup.py build' before $0"
5
fi
6
7
./run_local.sh --packagekit-backend $@