1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00

Add a Makefile for the Perl stuff

This commit is contained in:
Eelco Dolstra 2013-11-25 16:38:33 +00:00
parent 8f08046606
commit 9285f0aa2b
6 changed files with 59 additions and 7 deletions

View file

@ -1,6 +1,6 @@
package Nix::Config;
$version = "@version@";
$version = "@PACKAGE_VERSION@";
$binDir = $ENV{"NIX_BIN_DIR"} || "@bindir@";
$libexecDir = $ENV{"NIX_LIBEXEC_DIR"} || "@libexecdir@";