summaryrefslogtreecommitdiff
path: root/netkit-ftp-0.17-stamp.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:06:58 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:06:58 +0000
commitac180a0ccc7b9d6d1a7e2c0ba34a0e617fb87b2a (patch)
tree9de49e1f2fc574f4e68e0c5eb903cb537c8c2695 /netkit-ftp-0.17-stamp.patch
parent72d830c7e64b038eb96c0f36e0c1a0ab225238e3 (diff)
automatic import of ftpopeneuler24.03_LTS
Diffstat (limited to 'netkit-ftp-0.17-stamp.patch')
-rw-r--r--netkit-ftp-0.17-stamp.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/netkit-ftp-0.17-stamp.patch b/netkit-ftp-0.17-stamp.patch
new file mode 100644
index 0000000..afbb5f2
--- /dev/null
+++ b/netkit-ftp-0.17-stamp.patch
@@ -0,0 +1,23 @@
+--- netkit-ftp-0.17/ftp/Makefile.stamp 2007-02-07 05:21:13.000000000 -0500
++++ netkit-ftp-0.17/ftp/Makefile 2007-02-07 05:26:13.453244000 -0500
+@@ -16,14 +16,14 @@
+ cmds.o glob.o: glob.h
+
+ install: ftp
+- install -d $(INSTALLROOT)$(BINDIR)
+- install -m$(BINMODE) ftp $(INSTALLROOT)$(BINDIR)
++ install -p -d $(INSTALLROOT)$(BINDIR)
++ install -p -m$(BINMODE) ftp $(INSTALLROOT)$(BINDIR)
+ ln -sf ftp $(INSTALLROOT)$(BINDIR)/pftp
+- install -d $(INSTALLROOT)$(MANDIR)/man1
+- install -m$(MANMODE) ftp.1 $(INSTALLROOT)$(MANDIR)/man1
++ install -p -d $(INSTALLROOT)$(MANDIR)/man1
++ install -p -m$(MANMODE) ftp.1 $(INSTALLROOT)$(MANDIR)/man1
+ ln -sf ftp.1 $(INSTALLROOT)$(MANDIR)/man1/pftp.1
+- install -d $(INSTALLROOT)$(MANDIR)/man5
+- install -m$(MANMODE) netrc.5 $(INSTALLROOT)$(MANDIR)/man5
++ install -p -d $(INSTALLROOT)$(MANDIR)/man5
++ install -p -m$(MANMODE) netrc.5 $(INSTALLROOT)$(MANDIR)/man5
+
+ clean:
+ rm -f *.o ftp