Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
ab7703a4
Unverified
Commit
ab7703a4
authored
Oct 08, 2018
by
Igor Pečovnik
Committed by
GitHub
Oct 08, 2018
Browse files
Bugfix
Correct wrong armbian release recognition which leads to wrong page naming for headers install.
parent
d3aca31d
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
ab7703a4
...
@@ -145,7 +145,7 @@ function jobs ()
...
@@ -145,7 +145,7 @@ function jobs ()
TARGET_BRANCH
=
$BRANCH
TARGET_BRANCH
=
$BRANCH
exceptions
"
$BRANCH
"
exceptions
"
$BRANCH
"
REMOVE_PKG
=
"linux-headers-*"
REMOVE_PKG
=
"linux-headers-*"
if
[[
-
d
/etc/armbian
]]
;
then
if
[[
-
f
/etc/armbian
-release
]]
;
then
INSTALL_PKG
=
"linux-headers
${
TARGET_BRANCH
}
-
${
TARGET_FAMILY
}
"
;
INSTALL_PKG
=
"linux-headers
${
TARGET_BRANCH
}
-
${
TARGET_FAMILY
}
"
;
else
else
INSTALL_PKG
=
"linux-headers-
$(
uname
-r
|
sed
's/'
-
$(
dpkg
--print-architecture
)
'//'
)
"
;
INSTALL_PKG
=
"linux-headers-
$(
uname
-r
|
sed
's/'
-
$(
dpkg
--print-architecture
)
'//'
)
"
;
...
...
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