Browse Source

working on new paths

master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
dc5518b4c9
  1. 3
      install-chunkymap-on-ubuntu.sh

3
install-chunkymap-on-ubuntu.sh

@ -61,7 +61,8 @@ rm "$CHUNKYMAP_DEST/install-chunkymap-on-windows.py"
#cp -f "$CHUNKYMAP_INSTALLER_PATH/minetestmapper-expertmm.py" "$CHUNKYMAP_DEST/"
#cp --no-clobber $CHUNKYMAP_INSTALLER_PATH/chunkymap-signals* "$CHUNKYMAP_DEST/"
#cd "$CHUNKYMAP_INSTALLER_PATH"
python "$CHUNKYMAP_DEST/replace-with-current-user.py" # the py file only manipulates the shell scripts that must run as root but use regular user's minetest
cd $CHUNKYMAP_DEST
python replace-with-current-user.py # the py file only manipulates the shell scripts that must run as root but use regular user's minetest
# so chmod those files AFTER running the py above (since it rewrites them and therefore removes x attribute if present):

Loading…
Cancel
Save