Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
92a24179
Commit
92a24179
authored
May 06, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: fix unigine-heaven executable link
parent
8d6efadd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
unigine-heaven.sh
repack.d/unigine-heaven.sh
+4
-4
No files found.
repack.d/unigine-heaven.sh
View file @
92a24179
...
...
@@ -26,8 +26,6 @@ done
pack_dir
$PRODUCTDIR
pack_dir
$PRODUCTDIR
/bin
add_bin_link_command
$PRODUCT
/usr/bin/heaven
#if epm assure patchelf ; then
#for i in *_x64 lib*_x64.so* ; do
# a= patchelf --set-rpath '$ORIGIN' $i
...
...
@@ -35,14 +33,16 @@ add_bin_link_command $PRODUCT /usr/bin/heaven
#fi
mkdir
-p
$BUILDROOT
/usr/bin
cat
<<
EOF
>
$BUILDROOT
/usr/bin/heaven
cat
<<
EOF
| create_file
/usr/bin/heaven
#!/bin/sh
cd
$PRODUCTDIR
/bin
export LD_LIBRARY_PATH=./x64:\
$LD_LIBRARY_PATH
./browser_x64 -config ../data/launcher/launcher.xml
EOF
chmod
a+x
$BUILDROOT
/usr/bin/heaven
pack_file /usr/bin/heaven
add_bin_link_command
$PRODUCT
/usr/bin/heaven
install_file
$PRODUCTDIR
/data/launcher/icon.png /usr/share/pixmaps/
$PRODUCT
.png
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment