]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- updated to 1.2.5
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 8 Aug 2002 19:36:36 +0000 (19:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-DESTDIR.patch -> 1.4

proftpd-DESTDIR.patch

index d1c8fee7b51364b3ecda7a3244d4dd8a2a63e555..a9f1733fabd88f543db0d0bf6cf699e1c4726058 100644 (file)
@@ -23,7 +23,9 @@ diff -ur proftpd-1.2.0pre9.orig/Makefile.in proftpd-1.2.0pre9/Makefile.in
 +        rm -f $(DESTDIR)$(sbindir)/in.proftpd ; \
        fi
 -      ln -s proftpd $(sbindir)/in.proftpd
+-      chown -h $(INSTALL_USER):$(INSTALL_GROUP) $(sbindir)/in.proftpd
 +      ln -s proftpd $(DESTDIR)$(sbindir)/in.proftpd
++      chown -h $(INSTALL_USER):$(INSTALL_GROUP) $(DESTDIR)$(sbindir)/in.proftpd
  
 -install-utils: $(sbindir) $(bindir)
 -      $(INSTALL_BIN) ftpcount $(bindir)/ftpcount
This page took 0.082597 seconds and 4 git commands to generate.