[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kcontrol
From:       Kevin Puetz <puetzk () iastate ! edu>
Date:       2002-12-08 19:40:17
[Download RAW message or body]

CVS commit by puetzk: 

Thanks Oswald, yes I should use $(mkinstalldirs)

Fix the other instance of I found as well.


  M +1 -1      kcontrol/Makefile.am   1.63
  M +1 -1      thememgr/Makefile.am   1.41


--- kdebase/kcontrol/kcontrol/Makefile.am  #1.62:1.63
@@ -72,5 +72,5 @@ install-data-local: KControl_NoDisplay.d
         $(INSTALL_DATA) $(srcdir)/KControl_NoDisplay.desktop $(DESTDIR)$(kde_appsdir)/KControl.desktop
         @-rm -f $(DESTDIR)$(kde_bindir)/kinfocenter
-        @mkdir -p $(DESTDIR)$(kde_bindir)
+        $(mkinstalldirs) $(DESTDIR)$(kde_bindir)
         @$(LN_S) kcontrol $(DESTDIR)$(kde_bindir)/kinfocenter
         $(INSTALL_DATA) $(srcdir)/kinfocenter.desktop $(DESTDIR)$(kde_appsdir)/System/
--- kdebase/kcontrol/thememgr/Makefile.am  #1.40:1.41
@@ -32,5 +32,5 @@ install-data-local:
         cp -r $(srcdir)/Themes BuildThemes; \
         rm -rf `find BuildThemes -type d -name CVS -print`; \
-        mkdir -p $(DESTDIR)$(themesdir)
+        $(mkinstalldirs) $(DESTDIR)$(themesdir)
         ( cd BuildThemes; \
         for f in *; do \

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic