diff options
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 275fe16..0a841d6 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -154,7 +154,7 @@ set(WIDGET_TYPE application/vnd.agl.native) # This is the file that will be executed, loaded, # at launch time by the application framework. # -set(WIDGET_ENTRY_POINT /usr/bin/runxdg) +set(WIDGET_ENTRY_POINT bin/runxdg) # Optional dependencies order # --------------------------- |