add prefix_usr.opts

Change-Id: I258711d3cfcc310a0dde1a37532c3a8b1ea2f373
This commit is contained in:
Neels Hofmeyr 2018-11-19 02:54:11 +01:00
parent 4f0612251c
commit 7aeaf42112
2 changed files with 8 additions and 0 deletions

7
README
View File

@ -79,6 +79,13 @@ It is also easily possible to keep sources and build trees in various
configurations, see the command line options of ./gen_makefile.py. configurations, see the command line options of ./gen_makefile.py.
=== Install in /usr
By default, the Osmocom install prefix is /usr/local, while (currently) the
default systemd *.service files expect binaries installed in /usr/bin. To
install in /usr instead, use prefix_usr.opts, which sets --prefix=/usr.
=== Build Environment === Build Environment
For dependencies, see the "External dependencies" on: For dependencies, see the "External dependencies" on:

1
prefix_usr.opts Normal file
View File

@ -0,0 +1 @@
ALL --prefix=/usr