summaryrefslogtreecommitdiff
path: root/package/pkgmaker
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 14:24:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 14:24:02 +0200
commit932272554e1fdd5ef1b15e55b30786595b5d212e (patch)
treeea47e886611f5fe4d1bbda2b99cc104d9fcb94e3 /package/pkgmaker
parent71582bdd2080c6d7fb446d4cea10c93cf781419d (diff)
use manual config for base-files, fix fancy prompt
Diffstat (limited to 'package/pkgmaker')
-rw-r--r--package/pkgmaker2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkgmaker b/package/pkgmaker
index e9e0abff5..2975da22b 100644
--- a/package/pkgmaker
+++ b/package/pkgmaker
@@ -84,7 +84,7 @@ for dn in */Makefile; do
echo "$dn/Config.in.manual ${PKG_SECTION:=none}" >>../package_sections
# skip if we take care of this one manually
- [[ $dn != "base-files" ]] && [[ -s Config.in.manual ]] && { cd ..; continue; }
+ [[ -s Config.in.manual ]] && { cd ..; continue; }
exec 4>../pkgconfigs.d/$dn/Config.in