synth is already in the data directory, removed the one in the etc directory.
change B_SYNTH_DIRECTORY to use the data directory git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31562 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -346,7 +346,6 @@ SEARCH on $(logoArtwork) = [ FDirName $(HAIKU_TOP) data artwork ] ;
|
|||||||
AddFilesToHaikuImage system data artwork : $(logoArtwork) ;
|
AddFilesToHaikuImage system data artwork : $(logoArtwork) ;
|
||||||
|
|
||||||
AddDirectoryToHaikuImage system data sounds ;
|
AddDirectoryToHaikuImage system data sounds ;
|
||||||
AddDirectoryToHaikuImage system etc synth ;
|
|
||||||
|
|
||||||
# Add mail provider infos.
|
# Add mail provider infos.
|
||||||
AddFilesToHaikuImage home config settings Mail ProviderInfo : $(HAIKU_PROVIDER_INFOS) ;
|
AddFilesToHaikuImage home config settings Mail ProviderInfo : $(HAIKU_PROVIDER_INFOS) ;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/* Synthesizer things */
|
/* Synthesizer things */
|
||||||
|
|
||||||
#define B_SYNTH_DIRECTORY B_BEOS_ETC_DIRECTORY
|
#define B_SYNTH_DIRECTORY B_BEOS_DATA_DIRECTORY
|
||||||
#define B_BIG_SYNTH_FILE "synth/big_synth.sy"
|
#define B_BIG_SYNTH_FILE "synth/big_synth.sy"
|
||||||
#define B_LITTLE_SYNTH_FILE "synth/little_synth.sy"
|
#define B_LITTLE_SYNTH_FILE "synth/little_synth.sy"
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/* Synthesizer things */
|
/* Synthesizer things */
|
||||||
|
|
||||||
#define B_SYNTH_DIRECTORY B_BEOS_ETC_DIRECTORY
|
#define B_SYNTH_DIRECTORY B_BEOS_DATA_DIRECTORY
|
||||||
#define B_BIG_SYNTH_FILE "synth/big_synth.sy"
|
#define B_BIG_SYNTH_FILE "synth/big_synth.sy"
|
||||||
#define B_LITTLE_SYNTH_FILE "synth/little_synth.sy"
|
#define B_LITTLE_SYNTH_FILE "synth/little_synth.sy"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user