Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Néri
aports
Commits
b7c167f2
Commit
b7c167f2
authored
Dec 16, 2019
by
Milan P. Stanić
Committed by
Natanael Copa
Dec 18, 2019
Browse files
main/linux-vanilla: use _flavor variable for /boot/dtbs dir
parent
fbb5b877
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/linux-vanilla/APKBUILD
View file @
b7c167f2
...
...
@@ -131,7 +131,7 @@ _package() {
local
_install
case
"
$CARCH
"
in
arm
*
)
local
_dtbdir
=
"
$_outdir
"
/boot/dtbs
local
_dtbdir
=
"
$_outdir
"
/boot/dtbs
-
$_flavor
mkdir
-p
"
$_dtbdir
"
for
i
in
arch
/arm/boot/dts/
*
.dtb
;
do
install
-m644
"
$i
"
"
$_dtbdir
"
...
...
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