From ebab33854075ba61e6253ea83fb3b3ab416e4b29 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 2 Sep 2013 20:19:39 +0200 Subject: [PATCH] correct linefeed in svcpack config --- builder-targets-cb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 25c88b9..86d3539 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -247,6 +247,7 @@ function create() { write_svcpack_file $INST_DIR/CLIENT_DATA/X86/sereby/entries_AiORuntimes.ini "general" "builddate" "${SVCDATE}" write_svcpack_file $INST_DIR/CLIENT_DATA/X86/sereby/entries_AiORuntimes.ini "general" "title" "Sereby's AiO Runtimes with Geos One's Mods" write_svcpack_file $INST_DIR/CLIENT_DATA/X86/sereby/entries_AiORuntimes.ini "general" "website" "http://opsi.disconnected-by-peer.at" + unix2dos $INST_DIR/CLIENT_DATA/X86/sereby/entries_AiORuntimes.ini mkdir -p $OPSI_REPOS_PRODUCT_DIR 7z a $OPSI_REPOS_PRODUCT_DIR/$OPSI_REPOS_FILE_PATTERN.7z $INST_DIR/CLIENT_DATA/X86/sereby/* fi