* Added PackageInstaller to the image.

* Added an inputrc to the image that should have the same effect as the recent
  bash readline default changes for other apps that use readline.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22553 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-10-14 13:52:42 +00:00
parent 4b665b4ce2
commit 1b8f7f13a3
2 changed files with 10 additions and 3 deletions
build/jam
data/etc

@ -48,8 +48,8 @@ BEOS_BIN = "[" addattr alert arp base64 basename bc beep bison bzip2 cat catattr
BEOS_APPS = AboutSystem CodyCam DeskCalc DiskProbe CDPlayer Expander
Icon-O-Matic Installer LaunchBox Magnify Mail MediaPlayer MidiPlayer
NetworkStatus People PowerStatus ProcessController ShowImage SoundRecorder
StyledEdit Terminal TV Workspaces
NetworkStatus PackageInstaller People PowerStatus ProcessController
ShowImage SoundRecorder StyledEdit Terminal TV Workspaces
;
BEOS_PREFERENCES = Appearance Backgrounds DataTranslations E-mail FileTypes
Fonts Keyboard Keymap Media Menu Mouse Network Printers Screen ScreenSaver
@ -278,7 +278,7 @@ SEARCH on $(svgFiles)
AddFilesToHaikuImage beos etc artwork : $(svgFiles) ;
# TODO: Use data/etc/termcap or src/libs/termcap.src?
local etcFiles = profile termcap teapot.data ;
local etcFiles = inputrc profile termcap teapot.data ;
etcFiles = $(etcFiles:G=etc) ;
SEARCH on $(etcFiles) = [ FDirName $(HAIKU_TOP) data etc ] ;
AddFilesToHaikuImage beos etc : $(etcFiles) ;

7
data/etc/inputrc Normal file

@ -0,0 +1,7 @@
# readline input configuration
"\e[5~": history-search-backward
"\e[6~": history-search-forward
"\e[@": beginning-of-line
"\e[[": end-of-line
DEL: delete-char