Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
6b3b08f0
Commit
6b3b08f0
authored
6 years ago
by
Grant Miller
Committed by
Oliver Smith
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/devicepkg-dev: Automatically install initfs-hook.sh (
!191
)
parent
797f0d53
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/devicepkg-dev/APKBUILD
+2
-2
2 additions, 2 deletions
main/devicepkg-dev/APKBUILD
main/devicepkg-dev/devicepkg_package.sh
+5
-0
5 additions, 0 deletions
main/devicepkg-dev/devicepkg_package.sh
with
7 additions
and
2 deletions
main/devicepkg-dev/APKBUILD
+
2
−
2
View file @
6b3b08f0
pkgname
=
"devicepkg-dev"
pkgver
=
0.
8
pkgver
=
0.
9
pkgrel
=
0
pkgdesc
=
"Provides default device package functions"
url
=
"https://postmarketos.org"
...
...
@@ -58,7 +58,7 @@ package() {
}
sha512sums
=
"d69930dd790b00fb39760a37d95a10899f0d167e10e2804feb05d9ce04f94185dc32d36edc90214aba2ea2aa09bf18f7dab93f1d2eff23f67beb2cc83be30e7c compiler-gcc.h
55943344e6c6192642f20246566c8468dba33d4ec4223c4e930f723fdb0fa248001c65a9bbaa5f15c18e9a42811c9b9decedfd5586f481aa762b6423b55d55bb devicepkg_build.sh
cc
35989539781
da
2
bc
847fe68448863174a79db3853f836c61da064030cb729a16681cb6ffa16add558a7dba8563cb7fab495a6db811dcc3a1af5123dc0e6f72
devicepkg_package.sh
cc
567d1cc236b06240a9bf58d7aa
dabc
44bbe8bb6c8e50c721531d00a1996bdf961ed0a1a9031489d419778e4d16afc6b7f7d176eec5e928b5b91ea2a91059d1
devicepkg_package.sh
1b038d0bca1e130674497cf7aeb26fac2bcec510ce094fa6f6700fcdcabc778741541c1aa89d3588ed42908f60708a2d9b83ffd5e50e99db619d366458e82256 downstreamkernel_prepare.sh
bedf319a74bff01780192cd11c872c41a451915cc7e7542c467cd84fa1784236401f57e197258c3aae734f478c31a2052129838861ea204c0985630501f152ca devicepkg_subpackage_kernel.sh
9bb7f2a0930f397a713e9f4b6d5b83a426d9a2a3f692dcc42ac30717bf26ead869d8823a38f3ad388af12b2b9a02e8ec4d4418e9c2062389ed06d2b891a49ff3 deviceinfo
...
...
This diff is collapsed.
Click to expand it.
main/devicepkg-dev/devicepkg_package.sh
+
5
−
0
View file @
6b3b08f0
...
...
@@ -25,3 +25,8 @@ if [ -f "$srcdir/90-$pkgname.rules" ]; then
install
-Dm644
"
$srcdir
/90-
$pkgname
.rules"
\
"
$pkgdir
/etc/udev/rules.d/90-
$pkgname
.rules"
fi
if
[
-f
"
$srcdir
/initfs-hook.sh"
]
;
then
install
-Dm644
"
$srcdir
/initfs-hook.sh"
\
"
$pkgdir
/etc/postmarketos-mkinitfs/hooks/00-
$pkgname
.sh"
fi
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