s/DESTDIR/PREFIX/g README.md

This commit is contained in:
Michael Gehring 2015-12-25 08:03:36 +01:00
parent 0cdac699f8
commit e9c6392750

View file

@ -76,7 +76,7 @@ make MULTICALL=y install
Set install parent directory (default value is /usr/local):
```
make DESTDIR=/my/path install
make PREFIX=/my/path install
```
Uninstallation Instructions
@ -99,7 +99,7 @@ make MULTICALL=y uninstall
To uninstall from a custom parent directory:
```
make DESTDIR=/my/path uninstall
make PREFIX=/my/path uninstall
```
Test Instructions