diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /sysutils/cfengine3/files/patch-ac | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'sysutils/cfengine3/files/patch-ac')
-rw-r--r-- | sysutils/cfengine3/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/cfengine3/files/patch-ac b/sysutils/cfengine3/files/patch-ac deleted file mode 100644 index b912a4ed4371..000000000000 --- a/sysutils/cfengine3/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/Makefile.in.orig Wed Aug 19 07:15:49 1998 -+++ contrib/Makefile.in Wed Aug 19 07:16:06 1998 -@@ -28,7 +28,7 @@ - ${MKINSTALLDIR} ${sbindir} - for x in $?; \ - do \ -- ${INSTALL_PROGRAM} $$x ${sbindir}; \ -+ ${INSTALL_SCRIPT} $$x ${sbindir}; \ - done - - clean: |