mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Changed path for splash themes
Small Jamfile(s) refactoring
This commit is contained in:
parent
f0d8382742
commit
7df3f329ee
@ -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;
|
||||
|
@ -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) ;
|
||||
|
@ -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) ;
|
||||
|
Loading…
Reference in New Issue
Block a user