www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit dfbd3744a8bbc5294358889691c2753197af3d00
parent af11c9c62c7fc7e0f8338e183a75a792523a1b99
Author: Scott Moreau <oreaus@gmail.com>
Date:   Mon, 23 Mar 2020 22:51:54 -0600

install.sh: Install start_wayfire.sh as /bin/startwayfire

Diffstat:
Minstall.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -158,8 +158,9 @@ if [ ${PREFIX} != '/usr' ]; then sed -i "s@^PATH.*@export PATH=\$PATH:${PREFIX}/bin@g" $BUILDROOT/start_wayfire.sh fi chmod 755 $BUILDROOT/start_wayfire.sh +$SUDO cp $BUILDROOT/start_wayfire.sh $PREFIX/bin/startwayfire -echo "Installation done. You can put start_wayfire.sh in your PATH and use it to start Wayfire." +echo "Installation done. Run $PREFIX/bin/startwayfire to start wayfire." ask_confirmation "Do you want to install WCM, a graphical configuration tool for Wayfire [y/n]? " if [ $yn = Y ]; then