Browse Source

* splited config.in into pkgsel.in

legacy/multilib
Alejandro Mery 19 years ago
parent
commit
be988e8a01
2 changed files with 20 additions and 6 deletions
  1. +0
    -6
      config.in
  2. +20
    -0
      pkgsel.in

+ 0
- 6
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

+ 20
- 0
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

Loading…
Cancel
Save