From be988e8a01d3fe4b8378e7336a7a9cd50524e8e9 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 26 Aug 2005 03:35:36 +0000 Subject: [PATCH] * splited config.in into pkgsel.in --- config.in | 6 ------ pkgsel.in | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 pkgsel.in diff --git a/config.in b/config.in index 3409925..e205613 100644 --- a/config.in +++ b/config.in @@ -34,10 +34,4 @@ block_begin 5 fi block_end -if [ -s $cfgtmpdir/mnemosyne.awkgen.in ]; then - . $cfgtmpdir/mnemosyne.awkgen.in DISABLE_ALL \ - > $cfgtmpdir/mnemosyne.pkgsel.awk - pkgfilter awk -f $cfgtmpdir/mnemosyne.pkgsel.awk -fi - block_begin 7 diff --git a/pkgsel.in b/pkgsel.in new file mode 100644 index 0000000..efea7ae --- /dev/null +++ b/pkgsel.in @@ -0,0 +1,20 @@ +#!/bin/sh +# --- T2-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# T2 SDE: target/mnemosyne/config.in +# Copyright (C) 2004 - 2005 The T2 SDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- T2-COPYRIGHT-NOTE-END --- + +if [ -s $cfgtmpdir/mnemosyne.awkgen.in ]; then + . $cfgtmpdir/mnemosyne.awkgen.in DISABLE_ALL \ + > $cfgtmpdir/mnemosyne.pkgsel.awk + pkgfilter awk -f $cfgtmpdir/mnemosyne.pkgsel.awk +fi