From 440af4f3ebfecd68dabf8ce5524fd3f953e81c71 Mon Sep 17 00:00:00 2001 From: merakor Date: Mon, 21 Dec 2020 11:13:51 +0000 Subject: cpt: remove cpt-stat and cpt-readlink, add _stat() and _readlinkf cpt-readlink and cpt-stat were unnecessary additions for mundane tasks. Since they were binaries instead of scripts, they added an extra layer of complexity to the library. These functions are now included inside the package manager library with the names _readlinkf() and _stat(). FossilOrigin-Name: 7e15e2b57ddcb834c4286c8d1ac0a28031ae4f5d39f3c6a99f5b3aa0e9a83d43 --- config.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.rc') diff --git a/config.rc b/config.rc index 2f0733b..4b3876e 100644 --- a/config.rc +++ b/config.rc @@ -76,7 +76,7 @@ PHONY() { getbin() { # Function to get all executables - find src contrib bin -name 'cpt-*' ! -name '*.in' ! -name '*.[coh]' + find src contrib -name 'cpt-*' ! -name '*.in' } -- cgit v1.2.3