Browse Source

s6-linux-utils: Updated (0.12 -> 1.0.1)

user/chris/wip/linux37
Christian Wiese 11 years ago
parent
commit
f197304ea2
  1. 7
      base/s6-linux-utils/s6-linux-utils.conf
  2. 6
      base/s6-linux-utils/s6-linux-utils.desc

7
base/s6-linux-utils/s6-linux-utils.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../s6-linux-utils/s6-linux-utils.conf # Filename: package/.../s6-linux-utils/s6-linux-utils.conf
# Copyright (C) 2011 The OpenSDE Project # Copyright (C) 2011 - 2013 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -28,11 +28,10 @@ s6_linux_utils_conf() {
} }
hook_add preconf 9 's6_linux_utils_conf' hook_add preconf 9 's6_linux_utils_conf'
s6_linux_utils_install() { s6_linux_utils_install_missing() {
cp -avp command/* $root$bindir
cp -avp doc/* $root$docdir cp -avp doc/* $root$docdir
} }
hook_add postmake 9 's6_linux_utils_install' hook_add postmake 9 's6_linux_utils_install_missing'
# s6-devd needs 'struct ucred' which is only available in glibc when # s6-devd needs 'struct ucred' which is only available in glibc when
# defining _GNU_SOURCE # defining _GNU_SOURCE

6
base/s6-linux-utils/s6-linux-utils.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../s6-linux-utils/s6-linux-utils.desc [COPY] Filename: package/.../s6-linux-utils/s6-linux-utils.desc
[COPY] Copyright (C) 2011 - 2012 The OpenSDE Project [COPY] Copyright (C) 2011 - 2013 The OpenSDE Project
[COPY] [COPY]
[COPY] More information can be found in the files COPYING and README. [COPY] More information can be found in the files COPYING and README.
[COPY] [COPY]
@ -25,9 +25,9 @@
[L] ISC [L] ISC
[S] Stable [S] Stable
[V] 0.12 [V] 1.0.1
[P] X -?---5---9 109.000 [P] X -?---5---9 109.000
[O] . $base/package/*/*/skaware-conf.in [O] . $base/package/*/*/skaware-conf.in
[D] 2193139731 s6-linux-utils-0.12.tar.gz http://www.skarnet.org/software/s6-linux-utils/ [D] 2853075837 s6-linux-utils-1.0.1.tar.gz http://www.skarnet.org/software/s6-linux-utils/

Loading…
Cancel
Save