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
652
Issues
652
List
Boards
Labels
Service Desk
Milestones
Merge Requests
179
Merge Requests
179
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
ac6a449c
Commit
ac6a449c
authored
May 17, 2010
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/ulogd: add package function
parent
78b90fc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
testing/ulogd/APKBUILD
testing/ulogd/APKBUILD
+4
-0
No files found.
testing/ulogd/APKBUILD
View file @
ac6a449c
...
@@ -21,6 +21,10 @@ build() {
...
@@ -21,6 +21,10 @@ build() {
--mandir
=
/usr/share/man
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
--infodir
=
/usr/share/info
make
||
return
1
make
||
return
1
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
$_pkgver
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
ulogd.conf
"
$pkgdir
"
/etc/ulogd.conf
install
-Dm644
ulogd.conf
"
$pkgdir
"
/etc/ulogd.conf
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
...
...
Natanael Copa
@ncopa
mentioned in commit
63cb154a
·
Jul 12, 2019
mentioned in commit
63cb154a
mentioned in commit 63cb154a7fa4d23277b870a889b9d9cacb64a45f
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