From 1eddf23c794ac434b8ffb13e8db342d1ce01d30c Mon Sep 17 00:00:00 2001 From: daret Date: Sun, 15 Nov 2020 18:20:37 +0100 Subject: [PATCH] Update, cleanup --- buildscripts/02_build_pa.sh | 2 +- buildscripts/99_create_patch.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100755 buildscripts/99_create_patch.sh diff --git a/buildscripts/02_build_pa.sh b/buildscripts/02_build_pa.sh index d7b36a0..d88ebaa 100755 --- a/buildscripts/02_build_pa.sh +++ b/buildscripts/02_build_pa.sh @@ -20,5 +20,5 @@ mod_install flora mod_install gui mod_install lib_api mod_install mobs -mod_install player +mod_install player --exclude=3d_armor/3d_armor_ip/ --exclude=3d_armor/3d_armor_ui/ mod_install special diff --git a/buildscripts/99_create_patch.sh b/buildscripts/99_create_patch.sh deleted file mode 100755 index 7aa56bb..0000000 --- a/buildscripts/99_create_patch.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -#old Patch -#diff -ruN --exclude=".git" --exclude="*.png" /home/daret/.minetest/games/mods_src/gui/smart_inventory-master/ /home/daret/.minetest/games/Planet_alive/mods/gui/smart_inventory/ > /home/daret/.minetest/games/Planet_alive/my_changes/My_smartinventory_patch.patch