From a6b30623d0fada827d0bf7d77e5b5dee62bd619c Mon Sep 17 00:00:00 2001 From: Spencer Allain Date: Fri, 22 Feb 2013 11:34:40 -0500 Subject: [PATCH] Updated documentation --- History.md | 3 +++ README.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/History.md b/History.md index ac85421..4bdb608 100644 --- a/History.md +++ b/History.md @@ -7,6 +7,9 @@ v1.3 - 2013-01-08 ================= * bugfix: RPM_ARCH and RPM_OS were being added to the scripts in uppercase, which was inconsistent with rpmbuild + * update to use Redline 1.1.10 + * add support to configure addParentDirs to not auto create parent + directories for files v1.2 - 2012-11-13 ================= diff --git a/README.md b/README.md index 81b848d..8106aa1 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,12 @@ derived from RedHat. It leverages [Redline](http://redline-rpm.org/) Java libra fileMode = 0500 into 'home' } + from('endorsed') { + // Will tell redline-rpm not to auto create directories, which + // is sometimes necessary to avoid rpm directory conflicts + addParentDirs = false + into '/usr/share/tomcat/endorsed' + } link('/opt/foo/bin/foo.init', '/etc/init.d/foo') }