Removed hard-coded /bin/uname again

SVN revision: 1800
This commit is contained in:
Stefan Ritt 2007-02-20 19:55:42 +00:00
parent 63b254c88a
commit 5979d3c9b5
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ BINGROUP = bin
INSTALL = `which install` INSTALL = `which install`
RM = /bin/rm -f RM = /bin/rm -f
OSTYPE = $(shell /bin/uname) OSTYPE = $(shell uname)
ifeq ($(OSTYPE),SunOS) ifeq ($(OSTYPE),SunOS)
CC = gcc CC = gcc

View File

@ -2,8 +2,8 @@
Name: elog Name: elog
Summary: elog is a standalone electronic web logbook Summary: elog is a standalone electronic web logbook
Version: 2.6.1 Version: 2.6.4
Release: 3 Release: 1
License: GPL License: GPL
Group: Applications/Networking Group: Applications/Networking
Source: http://midas.psi.ch/elog/download/elog-%{version}.tar.gz Source: http://midas.psi.ch/elog/download/elog-%{version}.tar.gz