guowenxue
2021-08-17 ed4285674b9648e85e45e9aeadcc79bd8898790e
3rdparty/local/libgpiod/build.sh
@@ -7,7 +7,7 @@
#|           1, Initialize 1.0.0 on 2011.04.12
#+--------------------------------------------------------------------------------------------
PREFIX_PATH=/usr
LYFTP_SRC=ftp://master.iot-yun.club/src/
function msg_banner()
@@ -53,9 +53,9 @@
    tar -xzf ${SRC_NAME}.${PACK_SUFIX}
    cd ${SRC_NAME}
    ./autogen.sh && ./configure --enable-tools
    ./autogen.sh && sudo ./configure --prefix=${PREFIX_PATH} --enable-tools
    make && make install
    make && sudo make install
    
    cd -
}