From e545a7f9a881d9857360713d0d3b0edc54781875 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 17 May 2012 11:56:29 +0800 Subject: [PATCH] - replace %define with %global --- nix.spec.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nix.spec.in b/nix.spec.in index 4f63f029f5..c7faf2d9d7 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -1,11 +1,11 @@ -%define enable_setuid "" -%define nix_user "nix" -%define nix_group "nix" +%global enable_setuid "" +%global nix_user "nix" +%global nix_group "nix" # If set, the Nix user and group will be created by the RPM # pre-install script. -%define nix_user_uid "" -%define nix_group_gid "" +%global nix_user_uid "" +%global nix_group_gid "" Summary: The Nix software deployment system Name: nix