svalat / homelinux

A simple source package manager like gentoo but for for your home directory. It also take in account the packages present on your system to not recompile everything. It support import of sources from gentoo, github and custom URLs.
http://svalat.github.io/homelinux/
Other
8 stars 0 forks source link

Add 'hl protect' #49

Closed svalat closed 7 years ago

svalat commented 7 years ago

Setup a command which protect the system command from homelinux libs if it was broken. This can be done by installing a simple script with same name than command in homelinux/bin.

eval "$(hl unenv)"
"$0" "$@"
exit $?
svalat commented 7 years ago

We have this issue with rpm or apt when overriding some system libs

svalat commented 7 years ago

fixed by ccb28fb213e4fbd68b5dcf628214cb914be9fd6a