| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
DESTDIR is a standard variable defined by most distributions while building Makefile packages and is expected to point to the "fake" package root directory. Without this the installed files will be located in the wrong place (build chroot) on distributions packaging without using fakeroot for example.
|
Thanks for the contrib. We need to update our outdated build/test environment and will do a merge afterwards. |
Sorry, something went wrong.
|
@ko1nksm Any progress on the build/test env changes? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
DESTDIR is a standard variable defined by most Linux distributions while building Makefile packages and is expected to point to the "fake" package root directory.
Without this the installed files will be located in the wrong place (build chroot) on distributions packaging without using fakeroot for example.
Functionality remains unchanged for situations where DESTDIR happens to not be defined.