Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: More portable install usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Feb 24, 2020
1 parent cd34a78 commit b3f6255
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/kiss/build
Expand Up @@ -4,5 +4,4 @@ install -D kiss "$1/usr/bin/kiss"
install -D kiss_path.sh "$1/etc/profile.d/kiss_path.sh"
install -Dm 644 kiss.1 "$1/usr/share/man/man1/kiss.1"

install -t "$1/usr/bin" -D contrib/*

cp contrib/* "$1/usr/bin/"

0 comments on commit b3f6255

Please sign in to comment.