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
2dba1691
Commit
2dba1691
authored
2 months ago
by
Sertonix
Committed by
omni
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
community/dcc: fix parallel make install
parent
65d95e20
No related branches found
No related tags found
2 merge requests
!79570
community/firefox-esr: upgrade to 128.7.0
,
!77200
community/dcc: use short options for adduser
Pipeline
#284799
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/dcc/APKBUILD
+2
-0
2 additions, 0 deletions
community/dcc/APKBUILD
community/dcc/make.patch
+9
-0
9 additions, 0 deletions
community/dcc/make.patch
with
11 additions
and
0 deletions
community/dcc/APKBUILD
+
2
−
0
View file @
2dba1691
...
...
@@ -16,6 +16,7 @@ source="$pkgname-$pkgver.tar.gz::https://www.dcc-servers.net/src/dcc/old/dcc-$pk
10-
$pkgname
-alpine.patch
20-
$pkgname
-config.patch
30-pid.patch
make.patch
dccd.initd
dccd-grey.initd
dccifd.initd
...
...
@@ -108,6 +109,7 @@ bf8b7f1ac582c5b76879983be17b436eb26029f2bc744ce5c22f45e140050966d3c11bcce819622b
8efe22be50da74abdf8fe26de028f13d7ee572c0f1fcfb174bcd8083523c0c5d2b0a5c2580d77d031c23f5ce728e045a6ba8ef9069a19cc6bcfe865142849d41 10-dcc-alpine.patch
8f7455cb8d49f26688fb8110c1a75311d9a8365e384dedbad7ab48bccdce6c0114f0c22d2024d05ab31d7ae5cdacf96972d8a7c0c361b767bde6532e1d9a94c7 20-dcc-config.patch
3a5d0b2cba23a6522fc068d225d3fd1abb68e9494802869e45533d5a9c2aaddf45f75aafbfb98bfb502e44c25c0befc569e20ef2d1884356a608012c73caf45f 30-pid.patch
c5cc21c5ccd6c6c9fbbfed76c662d25907a7dd51ef4e56cfb1ce5d9936c9388e88ce96b50f025416bcd81dc650b9b4383bd84ca98dd212688fd8c26c561c7340 make.patch
31bf9d04664e4a66d432131852a3a89f4a558dba3f7b043961d7521a5dc23abd47cf8d110af2a0b9895199e280a9a9d8b1960a32699f09634e9007b1ba5330b7 dccd.initd
3788f5aba6fd3f63501394e3ac291d188534370dce2611d69f44f3523aa33dd488bd82b161f9e9b1346c1889dfb674408d0029b09db557fae3812983ae3d7359 dccd-grey.initd
8090feaabc68756aa79bb5210b27ef6927c7336c474c01cb59e67735c11fc9cfaa1a932c554edd33209889198bf6695cf73a20f6e184556b956884550eddf483 dccifd.initd
...
...
This diff is collapsed.
Click to expand it.
community/dcc/make.patch
0 → 100644
+
9
−
0
View file @
2dba1691
--- a/homedir/Makefile.in
+++ b/homedir/Makefile.in
@@ -50,5 +50,5 @@
$(HD):
$(HINST) -m 755 -d $(HD)
-$(HD)/log:
+$(HD)/log: $(HD)
$(HINST) -m 710 -d $(HD)/log
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