Commit 386b46bd authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack min.sh: hack for install on separated /opt

parent 8c100996
...@@ -21,3 +21,9 @@ fix_chrome_sandbox ...@@ -21,3 +21,9 @@ fix_chrome_sandbox
add_bin_exec_command $PRODUCT $PRODUCTDIR/$PRODUCT add_bin_exec_command $PRODUCT $PRODUCTDIR/$PRODUCT
fix_desktop_file fix_desktop_file
# hack against error: unpacking of archive failed on file /usr/share/icons/hicolor/256x256/apps/min.png;67da644b: cpio: link
# the file also placed in /opt and when /opt and /usr is not the same fs, cpio can't unpack?
cd usr/share/icons/hicolor/256x256/apps
cp min.png min.png.copy
mv min.png.copy min.png
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment