diff options
Diffstat (limited to 'community/neofetch/build')
| -rwxr-xr-x | community/neofetch/build | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/community/neofetch/build b/community/neofetch/build new file mode 100755 index 00000000..74ba7e6d --- /dev/null +++ b/community/neofetch/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +patch -p1 < add-cpt.patch + +make DESTDIR="$1" install | 
