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 e82c45308..48372f725 100755
--- a/control.sh
+++ b/control.sh
@@ -34,7 +34,7 @@ EOF
if [[ $1 == status || $1 == available ]]; then
cat <<EOF
-Installed-Size: $(dpkg -f "${PKG_BASE}/debs/${PKG_NAME}_${PKG_VRSN}-${PKG_RVSN}_${PKG_ARCH}.deb" Installed-Size)
+Installed-Size: $(dpkg -f "${PKG_BASE}/debs/${PKG_CFTARG}/${PKG_NAME}_${PKG_VRSN}-${PKG_RVSN}_${PKG_DEB_ARCH}.deb" Installed-Size)
EOF
elif [[ $1 == control ]]; then
cat <<EOF