Changed path for splash themes

Small Jamfile(s) refactoring
This commit is contained in:
Sanel Zukan 2009-02-20 16:27:25 +00:00
parent f0d8382742
commit 7df3f329ee
3 changed files with 5 additions and 7 deletions

View File

@ -120,7 +120,7 @@ void Splash::run(void) {
#ifdef USE_LOCAL_CONFIG
splash_theme_path = "splash-themes/";
#else
splash_theme_path = Resource::find_data("ede/splash-themes", RES_SYS_ONLY);
splash_theme_path = Resource::find_data("themes/splash-themes", RES_SYS_ONLY);
if(splash_theme_path.empty()) {
E_WARNING(E_STRLOC ": Unable to locate splash themes in $XDG_DATA_DIRS directories\n");
return;

View File

@ -10,6 +10,5 @@
SubDir TOP evoke splash-themes scape ;
DATA = background.png edewm.png ede-desktop.png emountd.png ede-panel.png xscreensaver.png ;
InstallData $(datarootdir)/splash-themes/scape : $(DATA) ;
DATA = [ Wildcard *.png ] ;
InstallData [ FDirName $(EDE_THEMES_DIR) splash-themes scape ] : $(DATA) ;

View File

@ -10,6 +10,5 @@
SubDir TOP evoke splash-themes standard ;
DATA = background.png edewm.png ede-desktop.png emountd.png ede-panel.png xscreensaver.png ;
InstallData $(datarootdir)/splash-themes/standard : $(DATA) ;
DATA = [ Wildcard *.png ] ;
InstallData [ FDirName $(EDE_THEMES_DIR) splash-themes standard ] : $(DATA) ;