diff options
author | Yves Duret <yduret@mandriva.com> | 2002-12-02 09:55:15 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2002-12-02 09:55:15 +0000 |
commit | 9ee968a0c29507b1b689a3d3c3fc13214aea0749 (patch) | |
tree | 749a7ae31ae8b58052b8d4cd1458825e4b6d0c48 | |
parent | 267b3bb49c9462cf78b8f699b7754c73a10e3e81 (diff) | |
download | rootfiles-9ee968a0c29507b1b689a3d3c3fc13214aea0749.tar rootfiles-9ee968a0c29507b1b689a3d3c3fc13214aea0749.tar.gz rootfiles-9ee968a0c29507b1b689a3d3c3fc13214aea0749.tar.bz2 rootfiles-9ee968a0c29507b1b689a3d3c3fc13214aea0749.tar.xz rootfiles-9ee968a0c29507b1b689a3d3c3fc13214aea0749.zip |
fix stupid release stuff :)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = rootfiles -VERSION = $(shell rpm -q --qf %{VERSION}-%{RELEASE} --specfile $(NAME).spec) +VERSION = $(shell rpm -q --qf %{VERSION} --specfile $(NAME).spec) RPM = $(HOME)/rpm/ DOTFILES = Xdefaults bash_logout bash_profile bashrc cshrc tcshrc vimrc |