summaryrefslogtreecommitdiff
path: root/control.sh
diff options
context:
space:
mode:
Diffstat (limited to 'control.sh')
-rwxr-xr-xcontrol.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.sh b/control.sh
index bc88ef2b1..37154da45 100755
--- a/control.sh
+++ b/control.sh
@@ -124,7 +124,7 @@ if [[ ! -e ${PKG_DATA}/_metadata/depends_ ]]; then
comma=
fi
- echo -n " $(cat "${PKG_DATA}/_metadata/depends" | sed -e s/%MYVERSION%/${PKG_VRSN%-*}/)"
+ echo -n " $(cat "${PKG_DATA}/_metadata/depends" | sed -e s/%MYVERSION%/${PKG_VRSN%-*}/g)"
fi
if [[ ${comma+@} == @ ]]; then