gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11106: make sure the apps directory


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11106: make sure the apps directory exists before flagging it as an error.
Date: Sat, 13 Jun 2009 14:29:11 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11106
committer: address@hidden
branch nick: trunk
timestamp: Sat 2009-06-13 14:29:11 -0600
message:
  make sure the apps directory exists before flagging it as an error.
modified:
  plugin/klash4/Makefile.am
=== modified file 'plugin/klash4/Makefile.am'
--- a/plugin/klash4/Makefile.am 2009-02-25 22:33:03 +0000
+++ b/plugin/klash4/Makefile.am 2009-06-13 20:29:11 +0000
@@ -74,7 +74,7 @@
            echo "Or configure with --with-kde-prefix= set to a writable 
directory"; \
            exit 1; \
           fi; \
-         if test -d $(DESTDIR)$(kde_servicesdir); then \
+         if test -d $(DESTDIR)$(kde_servicesdir) -a -d 
$(DESTDIR)$(kde_appsdatadir); then \
            echo "WARNING: Improper permissions for 
$(DESTDIR)$(kde_appsdatadir) and $(DESTDIR)$(kde_servicesdir)!"; \
            echo "You probably need to be root"; \
            echo "Or configure with --with-kde-prefix= set to a writable 
directory"; \


reply via email to

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