[Lunar-commits] <lunar> allow gather_docs to run from folders other then $SOURCE_DIRECTORY
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Mon Aug 20 15:27:16 CEST 2012
commit 363a8addfa098f81c0455de06ab017a153d9c85f
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Mon, 20 Aug 2012 06:27:16 -0700
URL: https://github.com/lunar-linux/lunar/commit/363a8addfa098f81c0455de06ab017a153d9c85f
allow gather_docs to run from folders other then $SOURCE_DIRECTORY
---
plugins/postbuild-generic.plugin +0/-1
1 files changed, 0 insertions (+), 1 deletions (-)
--- a/plugins/postbuild-generic.plugin
+++ b/plugins/postbuild-generic.plugin
@@ -37,7 +37,6 @@ gather_docs()
DOC_DIR=${DOCUMENT_DIRECTORY}/${MODULE}
if [ -d "$SOURCE_DIRECTORY" ] ; then
- cd $SOURCE_DIRECTORY
mkdir -p $DOC_DIR
# For each parameter that is an existing file
for FILE in ${@}; do
More information about the Lunar-commits
mailing list