mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Removed hard-coded /bin/uname again
SVN revision: 1800
This commit is contained in:
parent
63b254c88a
commit
5979d3c9b5
2
Makefile
2
Makefile
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user