mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
commit
bb8968bea2
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):
|
Set install parent directory (default value is /usr/local):
|
||||||
```
|
```
|
||||||
make DESTDIR=/my/path install
|
make PREFIX=/my/path install
|
||||||
```
|
```
|
||||||
|
|
||||||
Uninstallation Instructions
|
Uninstallation Instructions
|
||||||
|
@ -99,7 +99,7 @@ make MULTICALL=y uninstall
|
||||||
|
|
||||||
To uninstall from a custom parent directory:
|
To uninstall from a custom parent directory:
|
||||||
```
|
```
|
||||||
make DESTDIR=/my/path uninstall
|
make PREFIX=/my/path uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
Test Instructions
|
Test Instructions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue