7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
DESTDIR="$1"
|
|
|
|
make
|
|
install -Dm 0644 libdiscord.so "$DESTDIR/usr/lib/purple-2/libdiscord.so"
|