Add default.skn to [ru,en,es,it..]

Change path in "data/generate_makefile_skins.sh"

git-svn-id: svn://kolibrios.org@4787 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Akyltist 2014-04-07 06:08:09 +00:00
parent 44cd036067
commit ae5097b525
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
echo SKIN_SOURCES:=\\ echo SKIN_SOURCES:=\\
while read skinname while read skinname
do do
skinpath=../../skins/"$skinname" skinpath=../../skins/olds/"$skinname"
for f in $skinpath/*.{asm,ASM} for f in $skinpath/*.{asm,ASM}
do do
if [ ! -f "$f" ]; then continue; fi if [ ! -f "$f" ]; then continue; fi
@ -12,7 +12,7 @@ do
echo -n $f | sed 's/ /|/g' echo -n $f | sed 's/ /|/g'
echo " \\" echo " \\"
done done
for f in ../../skins/"$skinname"/*/*.{asm,ASM} for f in ../../skins/olds/"$skinname"/*/*.{asm,ASM}
do do
if [ ! -f "$f" ]; then continue; fi if [ ! -f "$f" ]; then continue; fi
if expr "$f" : '.*\.dtp' > /dev/null; then continue; fi if expr "$f" : '.*\.dtp' > /dev/null; then continue; fi

Binary file not shown.

Binary file not shown.

Binary file not shown.