patches/kino-06-tar.diff
author drdoug007
Tue, 04 Sep 2007 11:25:04 +0000
changeset 446 6c4d4de60f5e
permissions -rw-r--r--
2007-09-04 Doug Scott <[email protected]> * SFEkino.spec: *NEW* DV editing utility * SFEdvgrab.spec: Added devel package * base-specs/kino.spec: base spec * patches/kino-03-oss.diff: OSSV4 API patch * patches/kino-01-configure.diff: configure patch * patches/kino-05-headers.diff: Add Solaris headers * patches/kino-02-u_int.diff: add u_int types * patches/kino-04-v4l.diff: hack v4l stuf to make kino happy * patches/kino-06-tar.diff: use gtar * include/endian-compat.h: updated
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