Commit 2c95aeb5 authored by Marco Mariani's avatar Marco Mariani

moved /usr/sbin/slapos -> /usr/bin/slapos

parent 2b16a398
......@@ -8,10 +8,11 @@ all: build
install: all
cd slapos; make install
mkdir -p $(DESTDIR)/usr/bin/
mkdir -p $(DESTDIR)/usr/sbin/
cp slapos-start $(DESTDIR)/usr/sbin/
cp slapos-test $(DESTDIR)/usr/sbin/
cp $(DESTDIR)/opt/slapos/bin/slapos $(DESTDIR)/usr/sbin/
cp $(DESTDIR)/opt/slapos/bin/slapos $(DESTDIR)/usr/bin/
# Open VPN configuration
mkdir -p $(DESTDIR)/etc/openvpn/
cp -r template/openvpn/* $(DESTDIR)/etc/openvpn/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment