Skip to content

Commit

Permalink
Fix comment in Makefile for required packages to build deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadghanei committed Mar 22, 2020
1 parent 3ca6882 commit 31ce209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pkg-deb:
env PKG_DIST_DIR=$(PKG_DIST_DIR) DIST=$(DIST) ARCH=$(ARCH) BUILDER=cowbuilder GIT_PBUILDER_OPTIONS="--configfile=$(PBUILDER_RC)" BUILDRESULT=$(PKG_DIST_DIR) git-pbuilder

# required:
# sudo apt-get install sudo build-essential git-pbuilder devscripts ubuntu-dev-tools
# sudo apt-get install build-essential debhelper pbuilder fakeroot cowbuilder git-buildpackage devscripts ubuntu-dev-tools
pkg-deb-setup:
echo "creating a git-pbuilder environment with latest go version ..."
DIST=$(DIST) ARCH=$(ARCH) git-pbuilder create --components=$(PBUILDER_COMPONENTS) --extrapackages="cowdancer" --configfile=$(PBUILDER_RC)
Expand Down

0 comments on commit 31ce209

Please sign in to comment.