Changeset 358 in pacpusframework for branches/0.2.x


Ignore:
Timestamp:
11/25/15 14:27:19 (9 years ago)
Author:
DHERBOMEZ Gérald
Message:

remove install with root privileges

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.2.x/scripts/build-linux.sh

    r349 r358  
    3636        -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE
    3737    make -j4
    38     sudo make install
     38    make install
    3939    cmake .. -DPACPUS_INSTALL_DIR=$1 -DPACPUS_INSTALL_3RD=TRUE \
    4040        -DPACPUS_USE_LOG=TRUE -DCMAKE_BUILD_TYPE=Debug
    4141        -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE \
    4242    make -j4
    43     sudo make install
     43    make install
    4444    echo "Build finished"
    4545    exit 0
Note: See TracChangeset for help on using the changeset viewer.