From 1b3deb5f56a6d73fadb4303a02bf52a67bdefaf5 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sun, 23 Feb 2014 01:09:45 +0100 Subject: [PATCH] Change gio/data-to-c.pl to /usr/bin/env perl. On FreeBSD perl gets installed in /usr/local, And a compat symlink in /usr/bin. However this symlink might go away in the future. https://bugzilla.gnome.org/show_bug.cgi?id=724986 --- gio/data-to-c.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/data-to-c.pl b/gio/data-to-c.pl index 399d053ec..69f74364e 100755 --- a/gio/data-to-c.pl +++ b/gio/data-to-c.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Copyright © 2011 Red Hat, Inc #