diff options
Diffstat (limited to 'neofetch/build')
| -rw-r--r-- | neofetch/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/neofetch/build b/neofetch/build new file mode 100644 index 0000000..c72b6cb --- /dev/null +++ b/neofetch/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +mkdir -p $1/usr/bin +mkdir -p $1/usr/share/man/man1 + +cp neofetch $1/usr/bin +cp neofetch.1 $1/usr/share/man/man1 |
