added StyledEdit (seems it works)
Canna data files copy command is added but commented out git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13679 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
70cb1d917c
commit
90d6af5d14
@ -112,7 +112,7 @@ BEOS_BIN="touch sync ln listarea listattr listsem listport \
|
||||
csplit cut beep"
|
||||
|
||||
BEOS_APPS="MiniTerminal Expander People ShowImage Clock Pulse Playground \
|
||||
SoundRecorder BitmapDrawing Magnify DiskProbe AboutHaiku"
|
||||
SoundRecorder BitmapDrawing Magnify DiskProbe AboutHaiku StyledEdit"
|
||||
BEOS_PREFERENCES="Backgrounds DataTranslations FileTypes Media Menu Mouse \
|
||||
Keyboard Keymap Screen ScrollBar Sounds Time VirtualMemory Workspaces"
|
||||
|
||||
@ -181,7 +181,6 @@ jam -j$(sysinfo -cpu | head -c 2) -q rc resattr kernel boot_loader \
|
||||
bfs_shell fs_shell_command \
|
||||
|| { echo "*** Build failed!" 1>&2 ; exit 1; }
|
||||
|
||||
|
||||
# map the shell commands
|
||||
if [ $alreadyMounted ]; then
|
||||
sPrefix=
|
||||
@ -382,6 +381,7 @@ $cp ${sPrefix}data/system/boot/Bootscript \
|
||||
${sPrefix}data/system/boot/Netscript $targetDir/beos/system/boot/
|
||||
$cp ${sPrefix}data/etc/profile ${sPrefix}data/etc/termcap $targetDir/beos/etc/
|
||||
$cp -r ${sPrefix}data/etc/fonts $targetDir/beos/etc/
|
||||
#$cp -r ${sPrefix}data/etc/KanBe $targetDir/beos/etc/
|
||||
if [ -e /boot/beos/etc/fonts/ttfonts/Swiss721.ttf ]; then
|
||||
$cp ${sPrefix}/boot/beos/etc/fonts/ttfonts/Courier10Pitch.ttf $targetDir/beos/etc/fonts/ttfonts/
|
||||
$cp ${sPrefix}/boot/beos/etc/fonts/ttfonts/Swiss721_Bold.ttf $targetDir/beos/etc/fonts/ttfonts/
|
||||
|
Loading…
x
Reference in New Issue
Block a user