5615100fa3
* New option --exclude-tag allows to specify "exclusion tag files". * The --exclude-cache option now excludes the directories themselves, too. * Support for reading ustar type 'N' logical records has been removed. * Race conditions around 'tar -x --same-owner' have been fixed.
13 lines
306 B
Plaintext
13 lines
306 B
Plaintext
$OpenBSD: patch-lib_Makefile_in,v 1.7 2006/12/14 20:29:00 naddy Exp $
|
|
--- lib/Makefile.in.orig Fri Dec 8 15:03:59 2006
|
|
+++ lib/Makefile.in Wed Dec 13 15:32:44 2006
|
|
@@ -799,7 +799,7 @@ info-am:
|
|
|
|
install-data-am:
|
|
|
|
-install-exec-am: install-exec-local
|
|
+install-exec-am:
|
|
|
|
install-info: install-info-am
|
|
|