]> git.pld-linux.org Git - packages/cipe.git/blame - cipe-makefile.patch
- typo
[packages/cipe.git] / cipe-makefile.patch
CommitLineData
7c012c4a
SZ
1--- cipe-1.5.2/pkcipe/Makefile.in Sat Dec 16 19:27:35 2000
2+++ cipe-1.5.2-p/pkcipe/Makefile.in Wed Nov 7 16:19:10 2001
3@@ -40,12 +40,12 @@
4 -mkdir -p $(bindir) $(sbindir)
5 $(INSTALL) -m 755 rsa-keygen $(bindir)
6 $(INSTALL) -m 755 pkcipe $(sbindir)
7- [ -d /etc/cipe/pk ] || mkdir -p /etc/cipe/pk
8- [ -d /var/run/cipe ] || mkdir -p /var/run/cipe
9- chmod 700 /etc/cipe /etc/cipe/pk /var/run/cipe
10- @if [ ! -f /etc/cipe/identity.priv ] ; then \
11+ [ -d $(SYSCONFDIR)/pk ] || mkdir -p $(SYSCONFDIR)/pk
12+ [ -d $(LOCALSTATEDIR)/run/cipe ] || mkdir -p $(LOCALSTATEDIR)/run/cipe
13+ chmod 700 $(SYSCONFDIR) $(SYSCONFDIR)/pk $(LOCALSTATEDIR)/run/cipe
14+ @if [ ! -f $(SYSCONFDIR)/identity.priv ] ; then \
15 echo "*** Generating new identity (host) key ***" ;\
16- rsa-keygen /etc/cipe/identity ;\
17+ echo rsa-keygen $(SYSCONFDIR)/identity ;\
18 fi
19
20 clean:
This page took 0.034509 seconds and 4 git commands to generate.