Commit 64364381 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Added slaptest to packe installation and fixed mkdir /opt/slapos/pki in *.deb

parent 2aab24a9
......@@ -10,6 +10,7 @@ install: all
cd slapos; make install
mkdir -p $(DESTDIR)/usr/sbin/
cp slapos-start $(DESTDIR)/usr/sbin/
cp slaptest $(DESTDIR)/usr/sbin/
cp $(DESTDIR)/opt/slapos/bin/slapos $(DESTDIR)/usr/sbin/
clean:
# cd slapos; make clean
......
......@@ -4,7 +4,7 @@
set -e
mkdir /opt/slapos/pki
mkdir -p /opt/slapos/pki
......
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