diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-20 21:29:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-20 21:29:44 +0200 |
| commit | dcf099ac4e384858ce1ae558d0a6bc17cb36f44d (patch) | |
| tree | 6a1103a13ec8473f705503ca1f075df4fda917e6 /cscript | |
| parent | 90eafd3c38f831e2bfa4e5e2c4868f0cd42124c0 (diff) | |
Adjust lib for Centos 7.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -809,7 +809,7 @@ def make_appimage(target, nice_name, internal_name, version, extra_binaries=None target.command(f'cp -r {target.directory}/share/libdcp/xsd {appdir}/usr/share/libdcp/') target.command(f'cp -r {target.directory}/share/libdcp/tags {appdir}/usr/share/libdcp/') target.command(f'cp {target.directory}/share/libdcp/ratings {appdir}/usr/share/libdcp/') - lib = 'usr/lib/x86_64-linux-gnu' + lib = 'usr/lib64' target.command(f'mkdir -p build/{nice_filename}.AppDir/{lib}/gdk-pixbuf-2.0/2.10.0') target.command(f'cp -a /{lib}/gdk-pixbuf-2.0 build/{nice_filename}.AppDir/usr/lib/x86_64-linux-gnu/') target.command('sudo apt update') |
