From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtGWh-0002VC-Pr for guix-patches@gnu.org; Sat, 16 Sep 2017 13:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtGWc-0008OI-TU for guix-patches@gnu.org; Sat, 16 Sep 2017 13:05:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35525) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dtGWc-0008Ni-KL for guix-patches@gnu.org; Sat, 16 Sep 2017 13:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dtGWc-0007Ii-6V for guix-patches@gnu.org; Sat, 16 Sep 2017 13:05:02 -0400 Subject: [bug#28453] [PATCH 3/5] gnu: Add openttd-opensfx. Resent-Message-ID: Message-Id: <93a7d362.AEEAQe4NSFQAAAAAAAAAAAPrHR4AAAACwQwAAAAAAAW9WABZvVmd@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Sat, 16 Sep 2017 22:34:20 +0530 In-reply-to: <87k210c2tp.fsf@posteo.net> References: <20170914005132.26608-1-arunisaac@systemreboot.net> <9c881855.AEAAP-tS9VYAAAAAAAAAAAPrHR4AAAACwQwAAAAAAAW9WABZudLQ@mailjet.com> <87k210c2tp.fsf@posteo.net> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Kei Kebreau Cc: 28453@debbugs.gnu.org > > I wrote a tiny phase that makes this package reproducible: > > (replace 'configure > (lambda _ > ;; Remove the time dependency of the installed tarball by > ;; setting the modification times if its members to 0. > (substitute* "scripts/Makefile.def" > (("-cf") " --mtime=3D@0 -cf")) > #t)) Thanks, I'll include this phase in the updated patchset. =