Skip to content

Commit

Permalink
Revert "try removing symlinks to /app/usr"
Browse files Browse the repository at this point in the history
This reverts commit 71223ae.
  • Loading branch information
actionless committed Jul 19, 2022
1 parent 71223ae commit ebd645e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion com.github.themix_project.Oomox.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,11 @@
"buildsystem": "simple",
"build-commands": [
"make DESTDIR=/ PREFIX=/app APPDIR=/app/opt/oomox install_gui install_theme_arc install_theme_oomox install_theme_materia install_import_images install_plugin_base16 install_icons_archdroid install_icons_gnomecolors install_icons_numix install_icons_papirus install_icons_suruplus install_icons_suruplus_aspromauros",
"python3 -O -m compileall /app/opt/oomox/oomox_gui"
"python3 -O -m compileall /app/opt/oomox/oomox_gui",
"mkdir -p /app/usr/share/",
"ln -s /app/share/applications /app/usr/share/applications",
"ln -s /app/share/appdata /app/usr/share/appdata",
"ln -s /app/share/icons /app/usr/share/icons"
],
"sources": [
{
Expand Down

0 comments on commit ebd645e

Please sign in to comment.