mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #1540 from chewitt/fix_snmp
net-snmp: correct errant $ROOT usage
This commit is contained in:
commit
38a63917a2
@ -61,7 +61,7 @@ make_target() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
make install INSTALL_PREFIX=$ROOT/$PKG_BUILD/.$TARGET_NAME
|
make install INSTALL_PREFIX=$PKG_BUILD/.$TARGET_NAME
|
||||||
}
|
}
|
||||||
|
|
||||||
addon() {
|
addon() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user