/__self/__object_name/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-11-18 15:43:06 +01:00
parent be29ce0f2e
commit 6b0935c207
5 changed files with 5 additions and 5 deletions

View File

@ -27,4 +27,4 @@ require="__package/python-software-properties" \
--source "$__type/files/remove-apt-repository" \
--mode 0755
require="$__self" __apt_update_index
require="$__object_name" __apt_update_index

View File

@ -38,5 +38,5 @@ if [ -f "$__object/parameter/comment" ]; then
fi
echo "$entry" >> "$__object/parameter/entry"
require="$__self" __autofs_master
require="$__object_name" __autofs_master

View File

@ -24,7 +24,7 @@ if [ ! -f "$__object/parameter/header" ]; then
fi
[ -d "$__object/files" ] || mkdir "$__object/files"
require="$__self" __file /etc/auto.master --source "$__object/files/auto.master" \
require="$__object_name" __file /etc/auto.master --source "$__object/files/auto.master" \
--mode 644 \
--owner root \
--group root

View File

@ -49,4 +49,4 @@ for property in $(ls .); do
fi
done
require="$__self" __package_$type "$@"
require="$__object_name" __package_$type "$@"

View File

@ -38,4 +38,4 @@ if [ ! -f "$__object/parameter/size" ]; then
fi
# pull in the type that actually does something with the above parameters
require="$__self" __partition_msdos_apply
require="$__object_name" __partition_msdos_apply