summaryrefslogtreecommitdiff
path: root/control.sh
diff options
context:
space:
mode:
Diffstat (limited to 'control.sh')
-rwxr-xr-xcontrol.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/control.sh b/control.sh
index 513e679eb..bc88ef2b1 100755
--- a/control.sh
+++ b/control.sh
@@ -94,6 +94,7 @@ else
fi
if [[ ! -e ${PKG_DATA}/_metadata/depends_ ]]; then
+ . "${PKG_BASE}/autodeps.sh"
unset comma
for dep in "${PKG_DEPS[@]}"; do
if [[ ${dep} == _* ]]; then