From: Michael Tremer Date: Mon, 28 Feb 2011 21:32:35 +0000 (+0100) Subject: system-release: Fix some variables and do a rebuild. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567ff764a62a130c211a0a6bde2c011fa1f60afc;p=ipfire-3.x.git system-release: Fix some variables and do a rebuild. --- diff --git a/pkgs/system-release/system-release.nm b/pkgs/system-release/system-release.nm index 13423fa75..84bc8eb8d 100644 --- a/pkgs/system-release/system-release.nm +++ b/pkgs/system-release/system-release.nm @@ -27,6 +27,7 @@ include $(PKGROOT)/Include PKG_NAME = system-release PKG_VER = $(DISTRO_VERSION) PKG_REL = 1 +PKG_EPOCH = 1 PKG_ARCH = noarch PKG_MAINTAINER = Michael Tremer @@ -35,6 +36,8 @@ PKG_URL = http://www.ipfire.org PKG_LICENSE = PKG_SUMMARY = $(DISTRO_NAME) release files. +PKG_PROVIDES += $(DISTRO_SNAME)-release + define PKG_DESCRIPTION $(DISTRO_NAME) release files such as pakfire configs and various /etc/ \ files that define the release. @@ -42,17 +45,13 @@ endef PKG_TARBALL = -############################################################################### -# Installation Details -############################################################################### - STAGE_PREPARE = # Do nothing STAGE_BUILD = # Do nothing define STAGE_INSTALL -mkdir -pv $(BUILDROOT)/etc - echo "$(DISTRO_NAME) v$(DISTRO_VERSION) for $(MACHINE) - $(DISTRO_SLOGAN) (\l)" \ + echo "$(DISTRO_NAME) v$(DISTRO_VERSION) for $(DISTRO_ARCH) - $(DISTRO_SLOGAN) (\l)" \ > $(BUILDROOT)/etc/issue echo "===============================" >> $(BUILDROOT)/etc/issue echo "\n running on \s \r \m" >> $(BUILDROOT)/etc/issue