Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seblu
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archlinux
linux-seblu
Commits
2ceb00fd
Commit
2ceb00fd
authored
8 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo and add message
parent
664a687e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PKGBUILD
+5
-4
5 additions, 4 deletions
PKGBUILD
with
5 additions
and
4 deletions
PKGBUILD
+
5
−
4
View file @
2ceb00fd
...
...
@@ -27,7 +27,7 @@ prepare() {
fi
done
# loading default config
# loading default config
# use make localmodconfig to check .config is correct
msg2
'Copying config'
install
"
$srcdir
/config.
$CARCH
"
.config
...
...
@@ -42,7 +42,8 @@ prepare() {
rm
-rf
.git
# define current build version
echo
"
$((
$pkgrel
-
1
))
"
>
.version
msg2
'Setting kernel build version'
echo
"
$((
$pkgrel
-
1
))
"
>
.version
}
build
()
{
...
...
@@ -77,7 +78,7 @@ package() {
# disable DEPMOD because it fail due to poor hack in scripts/depmod.sh
make
-s
INSTALL_MOD_PATH
=
"
$pkgdir
/usr"
DEPMOD
=
/bin/true modules_install
msg2
'Install
header
s'
msg2
'Install
source
s'
install_sources
msg2
'Remove firmwares'
...
...
@@ -132,7 +133,7 @@ install_sources() {
# fix permissions on scripts dir
chmod
og-w
-R
"
$kernsrc
/scripts"
# add x86 makefile
# add x86 makefile
install
-d
"
$kernsrc
/.tmp_versions"
install
-d
"
$kernsrc
/arch/x86/kernel"
cp arch
/x86/Makefile
"
$kernsrc
/arch/x86/"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment