patches/kino-06-tar.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 446 6c4d4de60f5e
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
446
6c4d4de60f5e 2007-09-04 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
--- kino-1.1.1/help/Makefile.am.orig	2007-09-04 17:25:41.824549609 +0700
6c4d4de60f5e 2007-09-04 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
+++ kino-1.1.1/help/Makefile.am	2007-09-04 17:24:16.047110574 +0700
6c4d4de60f5e 2007-09-04 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
@@ -10,6 +10,6 @@
6c4d4de60f5e 2007-09-04 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
 	  $(mkinstalldirs) $(DESTDIR)$(datadir); \
6c4d4de60f5e 2007-09-04 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 	  for file in *.tar.gz; do \
6c4d4de60f5e 2007-09-04 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 	    if test -f $$file; then \
6c4d4de60f5e 2007-09-04 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
-	      tar -x -C $(DESTDIR)$(datadir) -p -z -f $$file; \
6c4d4de60f5e 2007-09-04 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
+	      gtar -x -C $(DESTDIR)$(datadir) -p -z -f $$file; \
6c4d4de60f5e 2007-09-04 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
 	    fi \
6c4d4de60f5e 2007-09-04 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 	  done