Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
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
Model registry
Monitor
Service Desk
Analyze
Model experiments
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
alpine
aports
Commits
ba9a1240
Commit
ba9a1240
authored
2 years ago
by
Jake Buchholz Göktürk
Browse files
Options
Downloads
Patches
Plain Diff
community/docker: niftix APKBUILD
switch '&> /dev/null' bashism to '>/dev/null 2>&1'
parent
e1410f5c
Loading
Loading
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38892
community/docker: niftix APKBUILD
Pipeline
#136086
passed with warnings
2 years ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/docker/APKBUILD
+1
-1
1 addition, 1 deletion
community/docker/APKBUILD
with
1 addition
and
1 deletion
community/docker/APKBUILD
+
1
−
1
View file @
ba9a1240
...
...
@@ -109,7 +109,7 @@ build() {
export
GOBIN
=
"
$GOPATH
/bin"
export
PATH
=
"
$GOBIN
:
$PATH
"
# go-md2man package installs go-md2man, but this looks for md2man
if
!
command
-v
md2man
&>
/dev/null
;
then
if
!
command
-v
md2man
>
/dev/null
2>&1
;
then
mkdir
-p
/tmp/bin
ln
-sf
/usr/bin/go-md2man /tmp/bin/md2man
export
PATH
=
"/tmp/bin:
$PATH
"
...
...
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