saubermann: find saubermann-common via $0

This commit is contained in:
neingeist 2017-11-13 09:10:38 +01:00
parent da87614565
commit 9d308aa635
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# check for things not installed via RPM and other junk
saubermann-common
`dirname $0`/saubermann-common
echo "== should be installed via RPM or pip install --user:"
for site_packages in /usr/lib/python*/site-packages/; do