]> git.pld-linux.org Git - packages/noip.git/commitdiff
- s/mkdir/install/ auto/th/noip-2_1_9-1 auto/ti/noip-2_1_9-1
authorKarol Krenski <charles@pld-linux.org>
Tue, 25 Nov 2008 07:47:06 +0000 (07:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    noip-Makefile.patch -> 1.6

noip-Makefile.patch

index c84f6f01eb079f528329b138693870669aa8c84c..e68b60c6e6777cd76e8d9938a00ec0499200efe3 100644 (file)
@@ -29,8 +29,8 @@
 -      cp ${TGT} ${BINDIR}/${TGT}
 -      ${BINDIR}/${TGT} -C -c /tmp/no-ip2.conf
 -      mv /tmp/no-ip2.conf ${CONFDIR}/no-ip2.conf
-+      if [ ! -d $(DESTDIR)$(SBINDIR) ]; then mkdir -p $(DESTDIR)$(SBINDIR);fi
-+      if [ ! -d $$(DESTDIR)$(CONFDIR) ]; then mkdir -p $(DESTDIR)$(CONFDIR);fi
++      if [ ! -d $(DESTDIR)$(SBINDIR) ]; then install -d $(DESTDIR)$(SBINDIR);fi
++      if [ ! -d $$(DESTDIR)$(CONFDIR) ]; then install -d $(DESTDIR)$(CONFDIR);fi
 +      if [ ! -d $(DESTDIR)/tmp ]; then install -d $(DESTDIR)/tmp;fi
 +      cp ${TGT} $(DESTDIR)$(SBINDIR)/${TGT}
  
This page took 0.066617 seconds and 4 git commands to generate.