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

Commit a508f50

Browse files
committed
kiss-utils: Simplify build. @lieuxnoir Closes #134
1 parent 58799a9 commit a508f50

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

core/kiss-utils/build

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
#!/bin/sh -e
22

3-
cd contrib
4-
5-
for bin in *; do
6-
install -D "$bin" "$1/usr/bin/$bin"
7-
done
3+
install -D contrib/* -t "$1/usr/bin"

0 commit comments

Comments
 (0)