mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-01-03 20:48:54 +01:00
6 lines
180 B
Makefile
6 lines
180 B
Makefile
|
install:
|
||
|
echo "installing files"
|
||
|
mkdir -p $(DESTDIR)/usr/bin $(DESTDIR)/usr/share
|
||
|
cp -r ../release/usr/local/bin $(DESTDIR)/usr
|
||
|
cp -r ../release/usr/local/share $(DESTDIR)/usr
|