[Kde-imaging] kipi-plugins and cvsExtract.sh
Jesper K. Pedersen
blackie at blackie.dk
Mon Jun 21 20:46:23 CEST 2004
I tried making a package of kdeextragears-libs-1/kipi-plugins using
cvsExtract.sh, but the script recconed that kipi-plugins was flat, and thus
none of its subdirectories got copied over.
I looked in the code and found:
# test the application directory wether it has a "flat" structure or
# uses a subdir named "src" or ${APPNAME}
flatDirStructure="yes"
if [ -d "${APPDIR}/src" ] || [ -d "${APPDIR}/${APPNAME}" ] ;then
flatDirStructure="no"
fi
That of course fails for kipi-plugins.
Can one of the authors of cvsExtract suggest a fix for this?
Cheers
Jesper.
More information about the Kde-imaging
mailing list