diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 7dc10d2..f4a61ad 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -118,9 +118,7 @@ You need a functional `data` directory next to the current working directory whe An easy way to generate such a data directory is by leveraging `make install`. Type the following in the `build` directory: ``` -mkdir temp_install -DESTDIR=./temp_install make install -cp -r temp_install/usr/local/share/openrct2/ data +DESTDIR=. make install ``` Alternatively you can install these assets yourself. The following needs to satisfied: