Skip to content
Snippets Groups Projects
Commit e20f09c0 authored by Moritz Holtz's avatar Moritz Holtz
Browse files

linuxparty.sh/rope: fixed wrong basename.

parent 708e290f
No related branches found
No related tags found
No related merge requests found
......@@ -405,7 +405,7 @@ install_rope() {
mkdir -p "$ROPE_BUILD_DIR"
pushd "$ROPE_BUILD_DIR" >/dev/null
tar xf "$ROPE_TAR"
cd $(basename "$ROPE_TAR")
cd $(basename "$ROPE_TAR" .tar.gz)
echo "Baue rope"
python3 setup.py build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment