]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
system-release: Fix spelling of "Release" -> "release".
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 May 2010 15:30:37 +0000 (17:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 May 2010 15:30:37 +0000 (17:30 +0200)
pkgs/core/system-release/system-release.nm

index 5ac65c9b149de07fc5f4a8a3a7651a31329c84a4..faa5346ca8b0989369054837476373f4a94a472e 100644 (file)
@@ -56,7 +56,7 @@ define STAGE_INSTALL
        echo "===============================" >> $(BUILDROOT)/etc/issue
        echo "\n running on \s \r \m"          >> $(BUILDROOT)/etc/issue
 
-       echo "$(DISTRO_NAME) Release $(DISTRO_VERSION) ($(DISTRO_SLOGAN))" \
+       echo "$(DISTRO_NAME) release $(DISTRO_VERSION) ($(DISTRO_SLOGAN))" \
                > $(BUILDROOT)/etc/$(DISTRO_SNAME)-release
        ln -svf $(DISTRO_SNAME)-release $(BUILDROOT)/etc/system-release
 endef