Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
fa70485d
Commit
fa70485d
authored
Jun 27, 2017
by
ftrapero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roll-tarball.sh: Fix resolution of symbolic links and removal of useless Mesa versions
parent
2dd6ca0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
roll-tarballs.sh
roll-tarballs.sh
+5
-5
No files found.
roll-tarballs.sh
View file @
fa70485d
...
...
@@ -114,11 +114,11 @@ if [ "x$MODE" = "xfull" ]; then
# bring Mesa in shape, drop symlinks and move versioned Mesa-bundle to
# nx-X11/extras/Mesa. Deal with the Mesa.patches symlink/folder accordingly
MESA_VERSION
=
"
$(
readlink
nx-X11/extras/Mesa |
cut
-d
"_"
-f2
)
"
rm
"nx-X11/extras/Mesa
"
rm
"nx-X11/extras/Mesa.patches"
mv
"nx-X11/extras/
Mesa_
${
MESA_VERSION
}
"
"nx-X11/extras/Mesa"
mv
"nx-X11/extras/
Mesa.patches_
${
MESA_VERSION
}
"
"nx-X11/extras/Mesa.patches"
cp
-Lr
"nx-X11/extras/Mesa"
"nx-X11/extras/tmpMesa
"
cp
-Lr
"nx-X11/extras/Mesa.patches"
"nx-X11/extras/tmpMesa.patches
"
ls
-d
nx-X11/extras/
*
|
grep
-v
"nx-X11/extras/tmpMesa*"
| xargs
rm
-r
mv
"nx-X11/extras/
tmpMesa
"
"nx-X11/extras/Mesa"
mv
"nx-X11/extras/
tmpMesa.patches
"
"nx-X11/extras/Mesa.patches"
# shrink Mesa to what we really need (and nothing else)
rm
-Rf
"nx-X11/extras/Mesa/"
{
bin/,configs/,docs/,doxygen/,progs/,vms/,windows/,Makefile,Makefile.
*
,descrip.mms,mms-config.
}
...
...
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