X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=504a935367951c9147735e366cd75e9633618326;hb=f771ff8a579620a10b0525ad6790a04b4cce2f2f;hp=8787428a24811f97935f5d63212adb2c1c5436d8;hpb=421ba622ec1bf4068fc78b85f8a38cece6355f61;p=grml-live.git diff --git a/debian/rules b/debian/rules index 8787428..504a935 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ override_dh_binary: dh_binary override_dh_install: - egrep -q "GRML_LIVE_VERSION=.*UNRELEASED" grml-live || \ + grep -qE "GRML_LIVE_VERSION=.*UNRELEASED" grml-live || \ (echo "Wrong version in grml-live" && exit 2) # build docs cd docs && $(MAKE) && cd ../