Browse Source

chore(build): fix snorenotify path in appimage

reviewable/pr5351/r4
sudden6 8 years ago
parent
commit
9f8d0915f2
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      appimage/build.sh

2
appimage/build.sh

@ -73,7 +73,7 @@ git clone "$SNORE_GIT" "$SNORE_BUILD_DIR" @@ -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

Loading…
Cancel
Save