sudo not needed for local make install?

[ci skip]
This commit is contained in:
probonopd
2017-04-06 08:13:00 +02:00
committed by GitHub
parent 5fe2c8abd4
commit 3848993c42
+1 -1
View File
@@ -97,7 +97,7 @@ For this to work, you need to enable Travis CI for your repository as [described
Note that if `qmake` does not allow for `make install` or does not install the desktop file and icon, then change it similar to https://github.com/probonopd/FeedTheMonkey/blob/master/FeedTheMonkey.pro.
```
- sudo make INSTALL_ROOT=appdir install ; sudo chown -R $USER appdir ; find appdir/
- make INSTALL_ROOT=appdir install ; find appdir/
```
__CMake__ wants `DESTDIR` instead: