Skip to content

Commit

Permalink
Drop package build from release target
Browse files Browse the repository at this point in the history
As of this release we no longer build .deb files.  Please contact your
downstream distribution to package software for you.

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Oct 30, 2022
1 parent 01f1b29 commit 193fb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ release-hook:
echo; \
fi

release: release-hook distcheck package
release: release-hook distcheck
@for file in $(DIST_ARCHIVES); do \
md5sum $$file > ../$$file.md5; \
done
Expand Down

0 comments on commit 193fb5d

Please sign in to comment.