Skip to content

Commit

Permalink
Add package build tool to pin our update-mo command line
Browse files Browse the repository at this point in the history
  • Loading branch information
didrocks committed Jul 26, 2023
1 parent 4293bd2 commit eae8129
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package-build-tool.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//go:build debianvendoring

// This is to get binaries we need when building a package but we don't want to end up in the finale binary.
// In addition, most of them are "package main", which are not really importable.
package adsys

// For package build
import (
_ "github.com/ubuntu/go-i18n/cmd/compile-mo"
)

0 comments on commit eae8129

Please sign in to comment.