From 14c4229e7bc9cdc821e9142c35e97b18e00f78a5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 27 Aug 2022 00:10:03 +0300 Subject: neofetch: add support for cpt --- community/neofetch/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'community/neofetch/build') diff --git a/community/neofetch/build b/community/neofetch/build index d5f438d8..74ba7e6d 100755 --- a/community/neofetch/build +++ b/community/neofetch/build @@ -1,3 +1,5 @@ #!/bin/sh -e +patch -p1 < add-cpt.patch + make DESTDIR="$1" install -- cgit v1.2.3