Skip to content

Commit

Permalink
try removing symlinks to /app/usr
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jul 19, 2022
1 parent 26867f5 commit 71223ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions com.github.themix_project.Oomox.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,7 @@
"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",
"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"
"python3 -O -m compileall /app/opt/oomox/oomox_gui"
],
"sources": [
{
Expand Down

0 comments on commit 71223ae

Please sign in to comment.