openbsd-ports/games/gcompris/patches/patch-Makefile_in
2009-12-17 23:28:05 +00:00

16 lines
874 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.7 2009/12/17 23:28:05 ajacoutot Exp $
--- Makefile.in.orig Fri Oct 16 23:54:03 2009
+++ Makefile.in Thu Dec 17 19:32:06 2009
@@ -885,9 +885,9 @@ install-data-local:
if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \
( cd $(srcdir)/$(PACKAGE_DATA_DIR) ; \
- tar cf - -h --exclude "Makefile*" --exclude "*.in" --exclude "*~" --exclude ".*" --mode 644 * \
+ gtar cf - -h --exclude "Makefile*" --exclude "*.in" --exclude "*~" --exclude ".*" --mode 644 * \
| ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; \
- tar xf - ; find -type d -exec chmod 755 '{}' \;) ; cd .. ; ) ; \
+ gtar xf - ; find -type d -exec chmod 755 '{}' \;) ; cd .. ; ) ; \
fi
@if test ! -d $(PACKAGE_DATA_DIR)/voices; then \
echo -e $(missing_voice_error); \