summaryrefslogtreecommitdiffstats
path: root/tderadio3/presets/update-makefile-dot-am.sh
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:14:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:14:26 -0600
commitdd0cfce2e915f718a45dc9f772ce3bff42c0f7ca (patch)
tree03af58be7ebea0d920f89576cef55fa207886ec9 /tderadio3/presets/update-makefile-dot-am.sh
parent48906a623383ab5222541ae048e99dd039b62a9a (diff)
downloadtderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.tar.gz
tderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tderadio3/presets/update-makefile-dot-am.sh')
-rwxr-xr-xtderadio3/presets/update-makefile-dot-am.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tderadio3/presets/update-makefile-dot-am.sh b/tderadio3/presets/update-makefile-dot-am.sh
index edf7421..0ce7d71 100755
--- a/tderadio3/presets/update-makefile-dot-am.sh
+++ b/tderadio3/presets/update-makefile-dot-am.sh
@@ -41,12 +41,12 @@ if [ -n "$THISDIR" ] ; then
echo >> $OUT
echo -e "\ninstall-data-local:" >> $OUT
- echo " \$(mkinstalldirs) \"\$(DESTDIR)\$(kde_datadir)/kradio/presets/$THISDIR/\"" >> $OUT
+ echo " \$(mkinstalldirs) \"\$(DESTDIR)\$(kde_datadir)/tderadio/presets/$THISDIR/\"" >> $OUT
find -mindepth 1 -maxdepth 1 -name "*.krp" | sed 's/^\.\///' | \
while read line; do
- echo " \$(INSTALL_DATA) \"\$(srcdir)/$line\" \"\$(DESTDIR)\$(kde_datadir)/kradio/presets/$THISDIR/$line\"" >> $OUT
+ echo " \$(INSTALL_DATA) \"\$(srcdir)/$line\" \"\$(DESTDIR)\$(kde_datadir)/tderadio/presets/$THISDIR/$line\"" >> $OUT
done
@@ -56,7 +56,7 @@ if [ -n "$THISDIR" ] ; then
find -mindepth 1 -maxdepth 1 -name "*.krp" | sed 's/^\.\///' | \
while read line; do
- echo " -rm -f \"\$(DESTDIR)\$(kde_datadir)/kradio/presets/$THISDIR/$line\"" >> $OUT
+ echo " -rm -f \"\$(DESTDIR)\$(kde_datadir)/tderadio/presets/$THISDIR/$line\"" >> $OUT
done