mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 17:28:03 +00:00
s/DESTDIR/PREFIX/g README.md
This commit is contained in:
parent
0cdac699f8
commit
e9c6392750
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue