After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724986 - Change gio/data-to-c.pl to /usr/bin/env perl.
Change gio/data-to-c.pl to /usr/bin/env perl.
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
2.39.x
Other FreeBSD
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-02-23 00:14 UTC by Koop Mast (kwm)
Modified: 2014-06-28 18:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change gio/data-to-c.pl to /usr/bin/env perl (651 bytes, patch)
2014-02-23 00:14 UTC, Koop Mast (kwm)
committed Details | Review

Description Koop Mast (kwm) 2014-02-23 00:14:29 UTC
On FreeBSD perl gets installed in /usr/local, And a compat symlink in
/usr/bin. However this symlink might go away in the future.
Comment 1 Koop Mast (kwm) 2014-02-23 00:14:50 UTC
Created attachment 270022 [details] [review]
Change gio/data-to-c.pl to /usr/bin/env perl
Comment 2 Allison Karlitskaya (desrt) 2014-02-23 01:37:56 UTC
Review of attachment 270022 [details] [review]:

Looks good -- thanks.