|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../s6-portable-utils/s6-portable-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. |
|
|
|
|
# |
|
|
|
@ -28,8 +28,7 @@ s6_portable_utils_conf() {
|
|
|
|
|
} |
|
|
|
|
hook_add preconf 9 's6_portable_utils_conf' |
|
|
|
|
|
|
|
|
|
s6_portable_utils_install() { |
|
|
|
|
cp -avp command/* $root$bindir |
|
|
|
|
s6_portable_utils_install_missing() { |
|
|
|
|
cp -avp doc/* $root$docdir |
|
|
|
|
} |
|
|
|
|
hook_add postmake 9 's6_portable_utils_install' |
|
|
|
|
hook_add postmake 9 's6_portable_utils_install_missing' |
|
|
|
|