From owner-freebsd-gnome Sun Jan 19 6: 5:54 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92F237B401 for ; Sun, 19 Jan 2003 06:05:52 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB13143F18 for ; Sun, 19 Jan 2003 06:05:51 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id BCC19766C6 for ; Sun, 19 Jan 2003 15:05:44 +0100 (CET) Subject: gnomegames2-2.1.5: mahjongg scores-files From: Franz Klammer To: gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-+GQYs3R7UlUFQZymC8k7" Organization: Message-Id: <1042985194.29053.16.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 15:06:34 +0100 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-+GQYs3R7UlUFQZymC8k7 Content-Type: text/plain Content-Transfer-Encoding: 7bit hello! mahjongg/Makefile does a touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores. this does not work with sh only with csh and bash. attached my patch. franz. -- --=-+GQYs3R7UlUFQZymC8k7 Content-Disposition: attachment; filename=patch-mahjongg-Makefile.in.diff Content-Type: text/x-makefile; name=patch-mahjongg-Makefile.in.diff; charset=ISO8859-1 Content-Transfer-Encoding: 7bit --- mahjongg/Makefile.in.org Sun Jan 19 14:54:47 2003 +++ mahjongg/Makefile.in Sun Jan 19 14:56:21 2003 @@ -593,9 +593,12 @@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) -$(mkinstalldirs) $(DESTDIR)$(scoredir) $(mkinstalldirs) $(DESTDIR)$(bgdir) - touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores - -chown games.games $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores - -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores + touch $(DESTDIR)$(scoredir)/mahjongg.easy.scores + touch $(DESTDIR)$(scoredir)/mahjongg.difficult.scores + -chown games.games $(DESTDIR)$(scoredir)/mahjongg.easy.scores + -chown games.games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.easy.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.difficult.scores -chgrp games $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg $(mkinstalldirs) $(DESTDIR)$(Gamesdir) --=-+GQYs3R7UlUFQZymC8k7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message