Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Commit b5951bc

Browse files
TheAssassinDaniel Hansson
authored andcommitted
Fix cmake command chain (#181)
1 parent f67f62f commit b5951bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

linux/appimage-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ sudo apt-get -y build-dep owncloud-client
1414
git submodule update --init --recursive
1515
mkdir build-linux
1616
cd build-linux
17-
cmake -D CMAKE_INSTALL_PREFIX=/app -D OEM_THEME_DIR=`pwd`/../nextcloudtheme ../client
17+
cmake -D CMAKE_INSTALL_PREFIX=/usr -D OEM_THEME_DIR=`pwd`/../nextcloudtheme ../client
1818
make
1919
find .
20-
sudo make install
20+
sudo make install DESTDIR=/app
2121
find /app
2222

2323
########################################################################

0 commit comments

Comments
 (0)