X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=504a935367951c9147735e366cd75e9633618326;hp=8787428a24811f97935f5d63212adb2c1c5436d8;hb=541a6ce02b78fb0f004b4f72200a4450ffa28f8f;hpb=6d869c1c62e716b394fd04caf33994f69fafda34 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 ../