Changeset 361 in pacpusframework for trunk/scripts/build-linux.sh


Ignore:
Timestamp:
12/02/15 12:13:43 (9 years ago)
Author:
DHERBOMEZ Gérald
Message:

remove sudo for installation.
Warning, give the correct permissions to the install dir, typically with this command:
sudo chown -R $USER /opt/pacpus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/build-linux.sh

    r349 r361  
    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.