SOURCES: noip-Makefile.patch - s/mkdir/install/

charles charles at pld-linux.org
Tue Nov 25 08:47:12 CET 2008


Author: charles                      Date: Tue Nov 25 07:47:12 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- s/mkdir/install/

---- Files affected:
SOURCES:
   noip-Makefile.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/noip-Makefile.patch
diff -u SOURCES/noip-Makefile.patch:1.5 SOURCES/noip-Makefile.patch:1.6
--- SOURCES/noip-Makefile.patch:1.5	Tue Nov 25 08:40:47 2008
+++ SOURCES/noip-Makefile.patch	Tue Nov 25 08:47:06 2008
@@ -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}
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/noip-Makefile.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list