kiss-utils: Fix build with suckless install

This commit is contained in:
Dylan Araps 2020-01-29 17:57:44 +02:00
parent ff42d39465
commit bcf681b75d
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,3 +1,3 @@
#!/bin/sh -e
install -D contrib/* -t "$1/usr/bin"
install -t "$1/usr/bin" -D contrib/*