Skip to content

Commit 4826cac

Browse files
author
Hubert Plociniczak
committed
More strict checking on required packages
1 parent 96950f7 commit 4826cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ensure-deliverables: rabbit-vsn
3737
file ${RELEASE_DIR}/${NAME_VSN}-net-3.0-wcf-htmldoc
3838

3939
ensure-prerequisites: rabbit-vsn
40-
dpkg -p htmldoc plotutils transfig graphviz > /dev/null
40+
dpkg -L htmldoc plotutils transfig graphviz > /dev/null
4141

4242
ensure-release-dir: rabbit-vsn
4343
touch ${RELEASE_DIR}/

0 commit comments

Comments
 (0)