diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:50 -0600 |
commit | 4123be718760f8cbfc7ba7100bd0177575946fbf (patch) | |
tree | 651706f1048dbd8dd7b5fa757e111da22c5f292c /scripts/kde-build | |
parent | b49dd7506883d2c41563bca9398959863e919b35 (diff) | |
download | tdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.tar.gz tdesdk-4123be718760f8cbfc7ba7100bd0177575946fbf.zip |
Additional renaming of kde to tde
Diffstat (limited to 'scripts/kde-build')
-rwxr-xr-x | scripts/kde-build | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/kde-build b/scripts/kde-build index ffafb38e..55cae0e5 100755 --- a/scripts/kde-build +++ b/scripts/kde-build @@ -75,7 +75,7 @@ err_buildclean_incremental="13" # script is aborted in case on of these modules doesn't build. # These modules needs to be build and installed in this specific order! # -critical_modules="arts kdelibs kdebase" +critical_modules="arts tdelibs tdebase" # Internal variable, do not change. # @@ -396,7 +396,7 @@ if [ -z "$MAKE" ]; then fi if [ -n "$specifiedModules" ]; then - # In case someone with a kdebase dir in $PWD does autocompletion.. + # In case someone with a tdebase dir in $PWD does autocompletion.. modules=$( echo $specifiedModules | sed -e 's/\///g' ) else if [ "$ONLYLISTEDMODULES" = yes ]; then @@ -837,11 +837,11 @@ common directory, e.g. something like ~/kde-src/ | - +-> kdelibs/ + +-> tdelibs/ | - +-> kdebase/ + +-> tdebase/ | - \-> kdenetwork/ + \-> tdenetwork/ In this case, the KDE source directory would be ~/kde-src/. The script will take care of compiling them in the correct order, checks for dependencies @@ -882,7 +882,7 @@ The following error codes are returned by the script. cd ~/scripts/; vi ./kde-buildrc; ./kde-build On Debian systems, an example F<kde-buildrc> can be found in -the directory /usr/share/doc/kdesdk-scripts/. +the directory /usr/share/doc/tdesdk-scripts/. =head1 BUGS |