bugfix: bashhello/script

Jens Henrik Goebbert goebbert at web.de
Thu Oct 23 00:22:04 UTC 2003


Hello...
The added file contains a bugfix for the bashsupport of KDevelop which does 
not work anymore (because of the renaming of Gideon to KDevelop)
It simply renames gideon-words with kdevelop-words in 
kdevelop/languages/bash/app_templates/bashhello/script.
There are some other files too, where "gideon" should be replaced by 
"kdevelop"
("script.local").

Thanks for your work on bash-support for kdevelop.

Bye
	Jens Henrik




-------------- next part --------------
#!perl -I/opt/kde3/share/apps/kdevappwizard/template-common

use kdevelop;

initKDevelop();

print "Installing project file\n";
install( "${src}/template-bashhello/app.kdevelop", "${dest}/${APPNAMELC}.kdevelop" );

print "Installing application sources\n";
install( "${src}/template-bashhello/app.sh",       "${dest}/${APPNAMELC}.sh" );

print "Finished\n";


More information about the KDevelop-devel mailing list