Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraetzschmar committed Oct 26, 2023
1 parent dea3eea commit b222385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_archdep
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ main() (

grep -P '^(linux-)?(any|'"$dpkg_arch"')$' <<< "$dsc_arch" || exit 0

sudo apt-get update
sudo apt-get build-dep --no-install-recommends -y "$dsc"

dpkg-source --extract "$dsc" src
Expand Down
1 change: 1 addition & 0 deletions build_indep
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ main() (

grep -P '^(linux-)?all$' <<< "$dsc_arch" || exit 0

sudo apt-get update
sudo apt-get build-dep --no-install-recommends -y "$dsc"

dpkg-source --extract "$dsc" src
Expand Down

0 comments on commit b222385

Please sign in to comment.