1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 20:47:46 +00:00

Merge pull request #772 from ebfe/readme

s/DESTDIR/PREFIX/g README.md
This commit is contained in:
Heather 2015-12-25 11:17:37 +04:00
commit bb8968bea2

View file

@ -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