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 @@ -232,10 +232,10 @@ build_package() {
232232 }
233233 fi
234234
235- # Try to install build dependencies using mk- build-deps
236- echo " Installing build dependencies using mk- build-deps ..."
237- if ! mk-build-deps -t " apt-get --no-install-recommends -y" -ir ; then
238- echo " Failed to install build dependencies using mk- build-deps ."
235+ # Try to install build dependencies using apt-get build-dep
236+ echo " Installing build dependencies using apt-get build-dep ..."
237+ if ! apt-get build-dep -y . ; then
238+ echo " Failed to install build dependencies using apt-get build-dep ."
239239 echo " This usually means there are missing packages in the distribution repositories."
240240 echo " "
241241 echo " Checking which packages are missing..."
You can’t perform that action at this time.
0 commit comments