Bernard Cafarelli <[EMAIL PROTECTED]>: > Feedback, comments, suggestions, other ideas are welcome!
As a GNUstep non-user, I am not really competent to comment on
it...but here a small diff.
V-Li
--- gnustep-base.eclass 2007-08-07 20:43:00.000000000 +0200
+++ gnustep-base.eclass.new 2007-08-07 20:42:27.000000000 +0200
@@ -50,16 +50,16 @@
egnustep_env
egnustep_doc
fi
- # Copies "convenience scripts"
+ # Copys "convenience scripts"
if [ -f "${FILESDIR}/config-${PN}.sh" ]; then
dodir ${GNUSTEP_SYSTEM_TOOLS}/Gentoo
exeinto ${GNUSTEP_SYSTEM_TOOLS}/Gentoo
- doexe ${FILESDIR}/config-${PN}.sh
+ doexe "${FILESDIR}/config-${PN}.sh"
fi
}
gnustep-base_pkg_postinst() {
- # Informs user about existence of "convenience script"
+ # Informs user about existence of "convenience script"
if [ -f "${FILESDIR}/config-${PN}.sh" ]; then
elog "Make sure to set happy defaults for this package
by executing:" elog " ${GNUSTEP_SYSTEM_TOOLS}/Gentoo/config-${PN}.sh"
@@ -139,7 +139,7 @@
egnustep_doc() {
if [ -d ./Documentation ]; then
# Check documentation presence
- cd ${S}/Documentation
+ cd "${S}/Documentation"
if [ -f ./[mM]akefile -o -f ./GNUmakefile ] ; then
eval emake ${__GS_MAKE_EVAL} all || die "doc
make failed" eval emake ${__GS_MAKE_EVAL} install || die "doc install
failed"
--
http://www.gentoo.org/
http://www.faulhammer.org/
http://www.gnupg.org/
signature.asc
Description: PGP signature
