Skip to content

Commit

Permalink
No need to check that the debian/ directory is still there
Browse files Browse the repository at this point in the history
  • Loading branch information
ammammita committed Sep 3, 2016
1 parent eabeec1 commit bf08380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -6,7 +6,7 @@ set -e
name=rbldnsd


if [ -f rbldnsd.h -a -f rbldnsd_util.c -a -f debian/changelog ] ; then :
if [ -f rbldnsd.h -a -f rbldnsd_util.c ] ; then :
else
echo "configure: error: sources not found at `pwd`" >&2
exit 1
Expand Down

0 comments on commit bf08380

Please sign in to comment.