]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ipfire-release: Fix escaping for ANSI_COLOR variable.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 3 Jun 2012 14:31:18 +0000 (16:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 3 Jun 2012 14:31:18 +0000 (16:31 +0200)
ipfire-release/ipfire-release.nm

index 220cbc279494f7859110db48c57fbe652254c34f..d390c19a356bb6195b2bf99050b688007c117a05 100644 (file)
@@ -14,7 +14,7 @@ DISTRO_COLOR    = 0;31
 
 name       = %{DISTRO_SNAME}-release
 version    = %{DISTRO_VERSION}
-release    = 3
+release    = 4
 epoch      = 3
 arch       = noarch
 
@@ -59,7 +59,7 @@ build
                ID=%{DISTRO_SNAME}
                VERSION_ID=%{DISTRO_RELEASE}
                PRETTY_NAME="%{DISTRO_NAME} %{DISTRO_VERSION} (%{DISTRO_CODENAME})"
-               ANSI_COLOR=%{DISTRO_COLOR}
+               ANSI_COLOR="%{DISTRO_COLOR}"
                EOF
 
                # Install default repositories.