22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.4 2007/10/30 13:56:43 ajacoutot Exp $
|
|
--- Makefile.in.orig Mon Oct 29 23:26:55 2007
|
|
+++ Makefile.in Tue Oct 30 13:07:34 2007
|
|
@@ -856,7 +856,7 @@ info: info-recursive
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-ApplicationsDATA install-MenuDATA \
|
|
+install-data-am: install-ApplicationsDATA \
|
|
install-data-local install-iconDATA
|
|
|
|
install-exec-am:
|
|
@@ -916,7 +916,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 .svn --exclude "1[1-9].ogg" --exclude "2?.ogg" * | ( 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 .svn --exclude "1[1-9].ogg" --exclude "2?.ogg" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; gtar xf -) ; cd .. ; \
|
|
fi
|
|
|
|
dist-hook:
|