ppp: fix 'make install' issues

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-10 08:45:07 +01:00
parent 235c6c0432
commit a371f173d9

View File

@ -50,7 +50,7 @@ make_target() {
} }
makeinstall_target() { makeinstall_target() {
make INSTROOT=$INSTALL install make DESTDIR=$INSTALL/usr install
} }
post_makeinstall_target() { post_makeinstall_target() {