File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ gen_per_flavour () {
73
73
if [ " ${# signed_arch[@]} " != 0 ]; then
74
74
sed " ${sed_common_patterns[@]} " \
75
75
-e " s/ARCH/${signed_arch[*]} /g" \
76
- -e " s/=SIGN-ME-PKG=/-unsigned /g" \
77
- -e " s/=SIGN-ME-TXT=/ unsigned /g" \
76
+ -e " s/=SIGN-ME-PKG=//g" \
77
+ -e " s/=SIGN-ME-TXT=//g" \
78
78
-e " s/=SIGN-PEER-PKG=//g" \
79
79
" ${DEBIAN} /control.d/flavour-signed-control.stub"
80
80
fi
81
81
82
82
if [ " ${# unsigned_arch[@]} " != 0 ]; then
83
83
sed " ${sed_common_patterns[@]} " \
84
84
-e " s/ARCH/${unsigned_arch[*]} /g" \
85
- -e " s/=SIGN-ME-PKG=//g" \
86
- -e " s/=SIGN-ME-TXT=//g" \
85
+ -e " s/=SIGN-ME-PKG=/-unsigned /g" \
86
+ -e " s/=SIGN-ME-TXT=/ unsigned /g" \
87
87
-e " s/=SIGN-PEER-PKG=/-unsigned/g" \
88
88
" ${DEBIAN} /control.d/flavour-signed-control.stub"
89
89
fi
You can’t perform that action at this time.
0 commit comments