aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-baselayout
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-07-25 17:05:55 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-07-27 12:04:18 +0200
commitb3abb4659d27ed646a2c75155c4ae2e605af6e02 (patch)
treee9eea46a21ca46408bb7588970a3a98a05645b34 /main/alpine-baselayout
parentc7e2316678bff969fbae896b434a687145082a43 (diff)
downloadaports-b3abb4659d27ed646a2c75155c4ae2e605af6e02.tar.bz2
aports-b3abb4659d27ed646a2c75155c4ae2e605af6e02.tar.xz
main/alpine-baselayout: also create /opt
From hier(7): /opt This directory should contain add-on packages that contain static files. Briefly skipping over hier(7) this seems to be the only non-optional directory which alpine-baselayout doesn't create.
Diffstat (limited to 'main/alpine-baselayout')
-rw-r--r--main/alpine-baselayout/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/alpine-baselayout/APKBUILD b/main/alpine-baselayout/APKBUILD
index fe06671fdb..99fe4f5154 100644
--- a/main/alpine-baselayout/APKBUILD
+++ b/main/alpine-baselayout/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-baselayout
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Alpine base dir structure and init scripts"
url="https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout"
arch="all"
@@ -80,6 +80,7 @@ package() {
media/usb \
mnt \
proc \
+ opt \
run \
sbin \
srv \