--- fwmakepkg.orig 2005-10-14 19:18:22.000000000 +0200 +++ fwmakepkg 2005-10-14 19:19:03.000000000 +0200 @@ -7,6 +7,10 @@ # This file can be distributed under the terms of the # GNU General Public License version 2. +[ -e /etc/repoman.conf ] && . /etc/repoman.conf || \ + die "Can't find /etc/repoman.conf!" +[ -e ~/.repoman.conf ] && . ~/.repoman.conf + [ -z "$startdir" ] && startdir=`pwd` Fsrcdir="$startdir/src" Fdestdir="$startdir/pkg"