Change DEB_BUILD_OPTIONS nodocs to nodoc
[deb_dpdk.git] / debian / rules
index b2a059a..5c14b37 100755 (executable)
@@ -75,7 +75,7 @@ else
     PAR := "1"
 endif
 
-ifneq (,$(findstring nodocs,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
 BUILD_DOCS=n
 else
 BUILD_DOCS=y