summaryrefslogtreecommitdiffstats
path: root/security/donkey
diff options
context:
space:
mode:
Diffstat (limited to 'security/donkey')
-rw-r--r--security/donkey/files/patch-aa12
1 files changed, 7 insertions, 5 deletions
diff --git a/security/donkey/files/patch-aa b/security/donkey/files/patch-aa
index 14cbf23..4bd8258 100644
--- a/security/donkey/files/patch-aa
+++ b/security/donkey/files/patch-aa
@@ -1,5 +1,5 @@
*** src/Makefile.in.orig Sun Apr 30 14:13:56 1995
---- src/Makefile.in Thu Sep 19 03:17:50 1996
+--- src/Makefile.in Wed Oct 16 17:03:57 1996
***************
*** 2,8 ****
# Makefile for Donkey
@@ -36,19 +36,21 @@
DEFS = @DEFS@
#DEFS = -DDefaultMD=MD5
***************
-*** 25,31 ****
+*** 25,32 ****
$(CC) -o $(PROG) $(CFLAGS) $(OBJS) $(LIBS)
install:
! cp $(PROG) $(BINDIR)
- ln -s $(PROG) $(BINDIR)/$(CMPT)
+! ln -s $(PROG) $(BINDIR)/$(CMPT)
clean:
---- 26,32 ----
+ rm -f $(PROG) $(OBJS)
+--- 26,33 ----
$(CC) -o $(PROG) $(CFLAGS) $(OBJS) $(LIBS)
install:
! install -cs -o bin -g bin -m 755 $(PROG) $(BINDIR)
- ln -s $(PROG) $(BINDIR)/$(CMPT)
+! ln -fs $(PROG) $(BINDIR)/$(CMPT)
clean:
+ rm -f $(PROG) $(OBJS)
OpenPOWER on IntegriCloud