13 lines
846 B
Plaintext
13 lines
846 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.10 2011/01/14 21:29:42 ajacoutot Exp $
|
|
--- Makefile.in.orig Mon Dec 6 21:30:31 2010
|
|
+++ Makefile.in Fri Jan 14 20:54:41 2011
|
|
@@ -928,7 +928,7 @@ install-data-local:
|
|
@$(NORMAL_INSTALL)
|
|
if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \
|
|
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \
|
|
- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .git * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
|
|
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; gtar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .git * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; gtar xf -) ; cd .. ; \
|
|
fi
|
|
|
|
dist-hook:
|