forked from ungleich-public/cdist
__apt_pin: Always use $__object_id as preferences.d filename
This commit is contained in:
parent
0734288483
commit
1a74470c4d
1 changed files with 1 additions and 6 deletions
|
@ -36,12 +36,7 @@ case "$os" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$package" = "*" ]; then
|
name="$__object_id"
|
||||||
name="default"
|
|
||||||
|
|
||||||
else
|
|
||||||
name="$__object_id"
|
|
||||||
fi
|
|
||||||
|
|
||||||
case $distribution in
|
case $distribution in
|
||||||
stabletesting|unsatbel|experimental)
|
stabletesting|unsatbel|experimental)
|
||||||
|
|
Loading…
Reference in a new issue