gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10507: fix report of KPARTS4 instal


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10507: fix report of KPARTS4 install dirs
Date: Sun, 04 Jan 2009 18:52:15 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10507
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sun 2009-01-04 18:52:15 +0100
message:
  fix report of KPARTS4 install dirs
modified:
  Makefile.am
=== modified file 'Makefile.am'
--- a/Makefile.am       2008-12-27 09:53:28 +0000
+++ b/Makefile.am       2009-01-04 17:52:15 +0000
@@ -373,10 +373,10 @@
 endif
 if KPARTS4
        @echo " KPARTS 4.x (KDE) plugin enabled"
-       @echo "   KPARTS 4.x plugin install dir: $(KDE_PLUGINDIR)"
-       @echo "   KPARTS 4.x service install dir: $(KDE_SERVICESDIR)"
-       @echo "   KPARTS 4.x config dir: ${KDE_CONFIGDIR}"
-       @echo "   KPARTS 4.x appsdata dir: ${KDE_APPSDATADIR}"
+       @echo "   KPARTS 4.x plugin install dir: $(KDE4_PLUGINDIR)"
+       @echo "   KPARTS 4.x service install dir: $(KDE4_SERVICESDIR)"
+       @echo "   KPARTS 4.x config dir: ${KDE4_CONFIGDIR}"
+       @echo "   KPARTS 4.x appsdata dir: ${KDE4_APPSDATADIR}"
 else
        @echo " KPARTS 4.x (KDE) plugin disabled"
 endif


reply via email to

[Prev in Thread] Current Thread [Next in Thread]