Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ifneq (,$(filter-out parallel=1,$(filter parallel=%,$(DEB_BUILD_OPTIONS))))
endif

# Get the metapackage name by listing the packages from d/control and
# picking the only one that starts with SD
METAPACKGE := $(shell dh_listpackages | grep "securedrop")
# picking the only one that starts with "securedrop"
METAPACKGE := $(shell dh_listpackages | grep "^securedrop")

.PHONY: binary binary-indep binary-arch
binary: binary-arch binary-indep
Expand Down