ich hab ein Customization-Skript: root-enigma-squashfs-local.sh
aber das wird stumpf nicht aufgerufen#!/bin/sh
flashprefix=$1
buildprefix=$2
echo $flashprefix/root/share/locale/ > /tmp/flash.txt
echo $buildprefix/root/share/locale/ > /tmp/build.txt
for i in ar be ca cs da el es et fi fr gl hr hu is it ja ko lt nl no pl pt pt_BR ro ru sk sl sr sv tr ur zh_CN zh_TW; do rm -Rf $buildprefix/share/locale/$i;
for i in ar be ca cs da el es et fi fr gl hr hu is it ja ko lt nl no pl pt pt_BR ro ru sk sl sr sv tr ur zh_CN zh_TW; do rm -Rf $flashprefix/share/locale/$i;
Wann muss das Skript da sein - schon vor dem configure/prepare?
wann genau wird das Skript aufgerufen ? So wie ich es verstanden habe bei make flash-enigma-squashfs