1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): fix snorenotify path in appimage

This commit is contained in:
sudden6 2018-08-06 08:55:57 +02:00
parent 4cb00957f3
commit 9f8d0915f2
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -73,7 +73,7 @@ git clone "$SNORE_GIT" "$SNORE_BUILD_DIR"
cd "$SNORE_BUILD_DIR"
git checkout tags/v0.7.0
# HACK: Kids, don't do this at your home system
cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/.
cmake -DCMAKE_INSTALL_PREFIX=/usr/
make
make install