- replace %define with %global

This commit is contained in:
Michel Alexandre Salim 2012-05-17 11:56:29 +08:00 committed by Eelco Dolstra
parent f5398d374b
commit e545a7f9a8
1 changed files with 5 additions and 5 deletions

View File

@ -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