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

List:       kde-devel
Subject:    [PATCH] very small fix in kdeartwork
From:       Wout Mertens <wmertens () cisco ! com>
Date:       2002-03-01 11:28:07
[Download RAW message or body]

This fixes the calling of tar when TAR is not defined.

Wout.

["kdeartwork.patch" (TEXT/PLAIN)]

Index: Makefile.am
===================================================================
RCS file: /home/kde/kdeartwork/Makefile.am,v
retrieving revision 1.3
diff -u -3 -p -r1.3 Makefile.am
--- Makefile.am	2002/02/21 13:36:14	1.3
+++ Makefile.am	2002/03/01 10:42:54
@@ -28,7 +28,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; \

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

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

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