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
63544524
Unverified
Commit
63544524
authored
5 years ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
main/devicepkg-dev: make shellcheck happy (
!636
)
parent
8c34ea6f
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_build.sh
+2
-2
2 additions, 2 deletions
main/devicepkg-dev/devicepkg_build.sh
with
4 additions
and
4 deletions
main/devicepkg-dev/APKBUILD
+
2
−
2
View file @
63544524
pkgname
=
"devicepkg-dev"
pkgver
=
0.9
pkgver
=
0.9
.1
pkgrel
=
0
pkgdesc
=
"Provides default device package functions"
url
=
"https://postmarketos.org"
...
...
@@ -57,7 +57,7 @@ package() {
"
$pkgdir
/usr/share/devicepkg-dev/compiler-gcc.h"
}
sha512sums
=
"d69930dd790b00fb39760a37d95a10899f0d167e10e2804feb05d9ce04f94185dc32d36edc90214aba2ea2aa09bf18f7dab93f1d2eff23f67beb2cc83be30e7c compiler-gcc.h
5
5943344e6c6192642f20246566c8468dba33d4ec4223c4e930f723fdb0fa248001c65a9bbaa5f15c18e9a42811c9b9decedfd5586f481aa762b6423b55d55bb
devicepkg_build.sh
5
230b3d8a61fe0e83deef17072df732c1413abedefbda56a9d2d8f8148b82dc7437a62c3e45115ee21f5208f1e17308506b002c504058552d37e7b5053bb69fa
devicepkg_build.sh
cc567d1cc236b06240a9bf58d7aadabc44bbe8bb6c8e50c721531d00a1996bdf961ed0a1a9031489d419778e4d16afc6b7f7d176eec5e928b5b91ea2a91059d1 devicepkg_package.sh
1b038d0bca1e130674497cf7aeb26fac2bcec510ce094fa6f6700fcdcabc778741541c1aa89d3588ed42908f60708a2d9b83ffd5e50e99db619d366458e82256 downstreamkernel_prepare.sh
bedf319a74bff01780192cd11c872c41a451915cc7e7542c467cd84fa1784236401f57e197258c3aae734f478c31a2052129838861ea204c0985630501f152ca devicepkg_subpackage_kernel.sh
...
...
This diff is collapsed.
Click to expand it.
main/devicepkg-dev/devicepkg_build.sh
+
2
−
2
View file @
63544524
...
...
@@ -65,12 +65,12 @@ echo_libinput_calibration()
}
# shellcheck disable=SC2154
if
[
!
-z
"
$deviceinfo_dev_touchscreen
"
]
;
then
if
[
-n
"
$deviceinfo_dev_touchscreen
"
]
;
then
# Create touchscreen udev rule
{
echo
"SUBSYSTEM==
\"
input
\"
, ENV{DEVNAME}==
\"
$deviceinfo_dev_touchscreen
\"
,
\\
"
# shellcheck disable=SC2154
if
[
!
-z
"
$deviceinfo_dev_touchscreen_calibration
"
]
;
then
if
[
-n
"
$deviceinfo_dev_touchscreen_calibration
"
]
;
then
echo
"ENV{WL_CALIBRATION}=
\"
$deviceinfo_dev_touchscreen_calibration
\"
,
\\
"
# The following intentionally expands the touchscreen calibration into the
...
...
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