Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
mara
slarm64-current
Commits
a6d8fb67
Commit
a6d8fb67
authored
May 30, 2019
by
mara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11 check in X11_PATH
parent
22474eae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
aarch64_build_kit.sh
aarch64_build_kit.sh
+2
-1
No files found.
aarch64_build_kit.sh
View file @
a6d8fb67
...
...
@@ -128,9 +128,10 @@ build() {
if
[[
$t
==
x
]]
;
then
X11_PKG_PATH
=
$(
find
${
_BUILD
}
/
$t
/
-type
f
-name
"
${
p
}
-*.?z"
)
X11_MODULE
=
$(
echo
${
X11_PKG_PATH
}
| rev |
cut
-d
'/'
-f2
| rev
)
if
[[
!
-z
$X11_MODULE
]]
;
then
if
[[
!
-z
$X11_MODULE
&&
${
X11_PKG_PATH
}
=
~
'/x11/'
]]
;
then
x11_root
=
"x11"
source
${
_BUILD
}
/
$t
/
$x11_root
/.rules
unset
X11_PKG_PATH X11_MODULE
continue
fi
fi
...
...
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