Moved DriveSetup from preferences to apps. Changed HaikuImage script
accordingly. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23767 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -47,12 +47,12 @@ BEOS_BIN = "[" addattr alert arp base64 basename bc beep bison bzip2 cal cat
|
||||
;
|
||||
|
||||
|
||||
BEOS_APPS = AboutSystem CodyCam DeskCalc DiskProbe CDPlayer Expander
|
||||
BEOS_APPS = AboutSystem CodyCam DeskCalc DiskProbe DriveSetup CDPlayer Expander
|
||||
Icon-O-Matic Installer LaunchBox Magnify Mail MediaPlayer MidiPlayer
|
||||
NetworkStatus PackageInstaller People PowerStatus ProcessController
|
||||
ShowImage SoundRecorder StyledEdit Terminal TV Workspaces
|
||||
;
|
||||
BEOS_PREFERENCES = Appearance Backgrounds DataTranslations E-mail DriveSetup
|
||||
BEOS_PREFERENCES = Appearance Backgrounds DataTranslations E-mail
|
||||
FileTypes Fonts Keyboard Keymap Media Menu Mouse Network Printers Screen
|
||||
ScreenSaver Sounds Time VirtualMemory
|
||||
;
|
||||
@@ -209,6 +209,8 @@ AddSymlinkToHaikuImage home config be Applications
|
||||
: /boot/beos/apps/DeskCalc : DeskCalc ;
|
||||
AddSymlinkToHaikuImage home config be Applications
|
||||
: /boot/beos/apps/DiskProbe : DiskProbe ;
|
||||
AddSymlinkToHaikuImage home config be Applications
|
||||
: /boot/beos/apps/DriveSetup : DriveSetup ;
|
||||
AddSymlinkToHaikuImage home config be Applications
|
||||
: /boot/beos/apps/Icon-O-Matic : Icon-O-Matic ;
|
||||
AddSymlinkToHaikuImage home config be Applications
|
||||
|
||||
@@ -10,6 +10,7 @@ SubInclude HAIKU_TOP src apps cortex ;
|
||||
SubInclude HAIKU_TOP src apps deskbar ;
|
||||
SubInclude HAIKU_TOP src apps deskcalc ;
|
||||
SubInclude HAIKU_TOP src apps diskprobe ;
|
||||
SubInclude HAIKU_TOP src apps drivesetup ;
|
||||
SubInclude HAIKU_TOP src apps expander ;
|
||||
SubInclude HAIKU_TOP src apps fontdemo ;
|
||||
SubInclude HAIKU_TOP src apps glteapot ;
|
||||
|
||||
@@ -4,7 +4,6 @@ SubInclude HAIKU_TOP src preferences appearance ;
|
||||
SubInclude HAIKU_TOP src preferences backgrounds ;
|
||||
SubInclude HAIKU_TOP src preferences datatranslations ;
|
||||
SubInclude HAIKU_TOP src preferences devices ;
|
||||
SubInclude HAIKU_TOP src preferences drivesetup ;
|
||||
SubInclude HAIKU_TOP src preferences dun ;
|
||||
SubInclude HAIKU_TOP src preferences filetypes ;
|
||||
SubInclude HAIKU_TOP src preferences fonts ;
|
||||
|
||||
Reference in New Issue
Block a user