Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
639
Issues
639
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
d03ad6f9
Commit
d03ad6f9
authored
Aug 18, 2009
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/busybox: we need both .post-install and trigger
fixes
#128
parent
87cb1f87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
main/busybox/APKBUILD
main/busybox/APKBUILD
+2
-1
main/busybox/busybox.trigger
main/busybox/busybox.trigger
+15
-0
No files found.
main/busybox/APKBUILD
View file @
d03ad6f9
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
busybox
pkgver
=
1.14.3
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Size optimized toolbox of many common UNIX utilities"
url
=
http://busybox.net
license
=
"GPL-2"
depends
=
install
=
"
$pkgname
.post-install
$pkgname
.post-upgrade"
triggers
=
"busybox.trigger:/bin /usr/bin /sbin /usr/sbin /lib/modules/*"
source
=
"http://busybox.net/downloads/
$pkgname
-
$pkgver
.tar.bz2
$pkgname
-1.11.1-bb.patch
0001-install-compat-fix-for-mode-of-created-files.patch
...
...
main/busybox/busybox.trigger
0 → 100644
View file @
d03ad6f9
#!/bin/sh
do_bb_install
=
for
i
in
"
$@
"
;
do
case
"
$i
"
in
/lib/modules/
*
)
/bin/busybox depmod
${
i
#/lib/modules/
}
;;
*
)
do_bb_install
=
yes
;;
esac
done
if
[
-n
"
$do_bb_install
"
]
;
then
/bin/busybox
--install
-s
fi
iilluzion _
@iilluzion
mentioned in issue
#128 (closed)
·
Jul 12, 2019
mentioned in issue
#128 (closed)
mentioned in issue #128
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment