summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-26 12:52:43 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-26 12:52:43 +0000
commit816c3045cd490269e35ad43618b8e97b3492ea55 (patch)
tree50eb876e4c7e185a7aef243e40572964abcb8650 /pkgtools/pkg_install/files/lib
parent7342e9989aed48db7d68f15607a19b2f451bda13 (diff)
downloadpkgsrc-816c3045cd490269e35ad43618b8e97b3492ea55.tar.gz
pkg_install-20090226:
Always try to preserve the +PRESERVE file from the old package, even when the new one has one as well. This fixes the update case for the special case of pkg_install itself as reported by tron@.
Diffstat (limited to 'pkgtools/pkg_install/files/lib')
-rw-r--r--pkgtools/pkg_install/files/lib/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h
index d7eb758d0ff..17b36c4589f 100644
--- a/pkgtools/pkg_install/files/lib/version.h
+++ b/pkgtools/pkg_install/files/lib/version.h
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.113 2009/02/25 16:29:08 joerg Exp $ */
+/* $NetBSD: version.h,v 1.114 2009/02/26 12:52:43 joerg Exp $ */
/*
* Copyright (c) 2001 Thomas Klausner. All rights reserved.
@@ -27,6 +27,6 @@
#ifndef _INST_LIB_VERSION_H_
#define _INST_LIB_VERSION_H_
-#define PKGTOOLS_VERSION "20090225"
+#define PKGTOOLS_VERSION "20090226"
#endif /* _INST_LIB_VERSION_H_ */