forked from kiss-community/repo
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
|