mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
10 lines
123 B
Bash
Executable File
10 lines
123 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make PREFIX=/usr
|
|
make PREFIX=/usr install
|
|
|
|
cd "$1/usr/bin"
|
|
|
|
ln -sf waycopy wl-copy
|
|
ln -sf waypaste wl-paste
|