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

List:       kde-core-devel
Subject:    PATCH: Compile fix for kdebase/kcontrol/thememgr on FreeBSD
From:       Frerich Raabe <frerich.raabe () gmx ! de>
Date:       2002-03-06 16:07:45
[Download RAW message or body]

Hi,

the attached patch fixes the build of kdebase/kcontrol/thememgr on FreeBSD. 
Okay to commit?

- Frerich

["thememgr.diff" (text/x-diff)]

Index: Makefile.am
===================================================================
RCS file: /home/kde/kdebase/kcontrol/thememgr/Makefile.am,v
retrieving revision 1.36
diff -u -3 -p -r1.36 Makefile.am
--- Makefile.am	2002/02/21 13:39:59	1.36
+++ Makefile.am	2002/03/05 16:07:05
@@ -36,7 +36,7 @@ install-data-local:
 	for f in *; do \
 	  if [ -d $$f -a $$f != "CVS" ]; then \
            tar=$(TAR); \
-           if test -z "$$tar"; then tar=$(AMTAR); fi; \
+           if test -z "$$tar"; then tar="$(AMTAR)"; fi; \
            if test -z "$$tar"; then tar=tar; fi; \
            $$tar -b 16 -c -f - $$f| gzip -c > $(DESTDIR)$(themesdir)/$$f.ktheme; \
 	  fi; \


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

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