File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ stepmania-build:
8787
8888.PHONY : stepmania-install
8989stepmania-install :
90- # $(MAKE) --dir stepmania install
91- # mkdir -p "$(HOME)/stepmania-5.0/Save"
92- # touch "$(HOME)/.stepmania-5.0/Save/Preferences.ini"
93- # ./merge-config.sh ./stepmania-install/Preferences.ini "$(HOME)/.stepmania-5.0/Save/Preferences.ini"
94- # cp -fv ./stepmania-install/launch.sh "$(HOME)/.stepmania-5.0/"
95- # chmod a+x "$(HOME)/.stepmania-5.0/launch.sh"
96- # mkdir -p "$(HOME)/.config/autostart"
97- # cat stepmania-install/stepmania.desktop | RUNUSER=$(shell whoami) envsubst > "$(HOME)/.config/autostart/stepmania.desktop"
90+ $(MAKE ) --dir stepmania install
91+ mkdir -p " $( HOME) /stepmania-5.0/Save"
92+ touch " $( HOME) /.stepmania-5.0/Save/Preferences.ini"
93+ ./merge-config.sh ./stepmania-install/Preferences.ini " $( HOME) /.stepmania-5.0/Save/Preferences.ini"
94+ cp -fv ./stepmania-install/launch.sh " $( HOME) /.stepmania-5.0/"
95+ chmod a+x " $( HOME) /.stepmania-5.0/launch.sh"
96+ mkdir -p " $( HOME) /.config/autostart"
97+ cat stepmania-install/stepmania.desktop | RUNUSER=$(shell whoami) envsubst > " $( HOME) /.config/autostart/stepmania.desktop"
9898 mkdir -p " $( HOME) /Pictures/"
9999 cp -rfv ./stepmania-install/stepmania_wallpaper/ " $( HOME) " /Pictures/.
100100 DISPLAY=:0 pcmanfm --set-wallpaper=" $( HOME) /Pictures/stepmania_wallpaper/stepmania_yellow.png"
You can’t perform that action at this time.
0 commit comments