Fixes for TRAFODION-2068 TRAFODION-2068: Missing DISCLAIMER files for release package
Added DISCLAIMER file to servers package. Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/00243203 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/00243203 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/00243203 Branch: refs/heads/release2.0 Commit: 0024320349d3b1387e27ba6b54c1871348dc6ec2 Parents: 6495619 Author: Roberta Marton <[email protected]> Authored: Thu Jun 23 00:55:18 2016 +0000 Committer: Roberta Marton <[email protected]> Committed: Thu Jun 23 00:55:18 2016 +0000 ---------------------------------------------------------------------- core/sqf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/00243203/core/sqf/Makefile ---------------------------------------------------------------------- diff --git a/core/sqf/Makefile b/core/sqf/Makefile index e1ee30b..ae19533 100644 --- a/core/sqf/Makefile +++ b/core/sqf/Makefile @@ -346,7 +346,7 @@ pkglist-files: pkglist-symlinks find -L $(PKG_BIN_OBJS) -type d -o -type f | grep -v -xf pkglist-symlinks > $@ # simple symlinks that point to filename (does not start with . or /) -pkglist-symlinks: LICENSE NOTICE rest-${TRAFODION_VER} dcs-${TRAFODION_VER} +pkglist-symlinks: LICENSE NOTICE DISCLAIMER rest-${TRAFODION_VER} dcs-${TRAFODION_VER} find $(PKG_BIN_OBJS) -lname '[^./]*' > $@ # Targets to tar/gzip the self installer
