forked from KolibriOS/kolibrios
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:
parent
44cd036067
commit
ae5097b525
Binary file not shown.
Binary file not shown.
@ -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.
Loading…
Reference in New Issue
Block a user