diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | buildpkg.sh.in | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -7,6 +7,7 @@ | |||
7 | - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@ | 7 | - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@ |
8 | - (tim) [buildpkg.sh.in] New file. A more flexible version of | 8 | - (tim) [buildpkg.sh.in] New file. A more flexible version of |
9 | contrib/solaris/buildpkg.sh used for "make package". | 9 | contrib/solaris/buildpkg.sh used for "make package". |
10 | - (tim) [buildpkg.sh.in] Last minute fix didn't make it in the .in file. | ||
10 | 11 | ||
11 | 20040527 | 12 | 20040527 |
12 | - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec | 13 | - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec |
@@ -1173,4 +1174,4 @@ | |||
1173 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1174 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1174 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1175 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1175 | 1176 | ||
1176 | $Id: ChangeLog,v 1.3371 2004/05/31 04:38:51 tim Exp $ | 1177 | $Id: ChangeLog,v 1.3372 2004/05/31 04:48:40 tim Exp $ |
diff --git a/buildpkg.sh.in b/buildpkg.sh.in index 656754c10..0afa10b10 100644 --- a/buildpkg.sh.in +++ b/buildpkg.sh.in | |||
@@ -547,4 +547,5 @@ echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION-$UNAME_S-$ARCH.pkg | |||
547 | esac | 547 | esac |
548 | 548 | ||
549 | [ "${REMOVE_FAKE_ROOT_WHEN_DONE}" = yes ] && rm -rf $FAKE_ROOT | 549 | [ "${REMOVE_FAKE_ROOT_WHEN_DONE}" = yes ] && rm -rf $FAKE_ROOT |
550 | exit 0 | ||
550 | 551 | ||