Skip to content

Commit

Permalink
core: Make dpkg-buildpackage not check for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Jul 31, 2023
1 parent 45790a6 commit 4a79317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dpkg-buildpackage.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "fmt"
// and installs the resulting .deb package
func BuildDpkgBuildPkgModule(module Module) (string, error) {
cmd := fmt.Sprintf(
"cd /sources/%s && dpkg-buildpackage -us -uc -b",
"cd /sources/%s && dpkg-buildpackage -d -us -uc -b",
module.Name,
)

Expand Down

0 comments on commit 4a79317

Please sign in to comment.