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