mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-13 18:00:40 +00:00
819ce91395
I ran out of steam writing library routines and imported two BSD-licensed libc routines: sscanf() and getopt(). I will most likely rewrite them sooner or later. For now I just wanted to see figlet running.
7 lines
323 B
Bash
Executable file
7 lines
323 B
Bash
Executable file
cp ../../figlet-2.2.5/figlet mnt/bin/
|
|
mkdir -p mnt/usr/local/share/figlet
|
|
FIGLET_FONTDIR=/
|
|
cp ../../figlet-2.2.5/fonts/standard.flf mnt/$FIGLET_FONTDIR
|
|
cp ../../figlet-2.2.5/fonts/big.flf mnt/$FIGLET_FONTDIR
|
|
cp ../../figlet-2.2.5/fonts/slant.flf mnt/$FIGLET_FONTDIR
|
|
cp ../../figlet-2.2.5/fonts/lean.flf mnt/$FIGLET_FONTDIR
|