From 5ac46c7109876da3cb7e3a53b3d4615a5a21c914 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 25 Nov 2020 02:24:47 +0300 Subject: cpt: bump to 5.1.0 --- core/cpt/post-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/cpt/post-install') diff --git a/core/cpt/post-install b/core/cpt/post-install index ce9e0890..7f98b4d9 100755 --- a/core/cpt/post-install +++ b/core/cpt/post-install @@ -1,6 +1,6 @@ #!/bin/sh -grep '\.la$' "$CPT_ROOT/var/db/cpt/installed/"*/manifest || exit 0 +grep -q '\.la$' "$CPT_ROOT/var/db/cpt/installed/"*/manifest || exit 0 find "$CPT_ROOT/usr/lib" \ ! -type d \ -- cgit v1.2.3