You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ gittyup
PANIC: unprotected error in call to Lua API (cannot open /builddir/build/BUILD/gittyup-6bf49f007a9fb0577910885607833373d0552101/conf/System.lua: No such file or directory)
file System.lua i found in /usr/share/Gittyup/themes/System.lua
option -DLUA_MODULES_PATH may be help me?
The text was updated successfully, but these errors were encountered:
thank you, i fixed issue.
May be help option:
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_DATADIR=share/%{name}
-DBUILD_SHARED_LIBS=OFF
-DDEBUG_OUTPUT=OFF
and drop option:
-DLUA_MODULES_PATH=%{_datadir}/lua \
After local build and install i see in log:
file System.lua i found in /usr/share/Gittyup/themes/System.lua
option -DLUA_MODULES_PATH may be help me?
The text was updated successfully, but these errors were encountered: