--- ./Makefile.orig 2004-09-12 03:47:24.163431984 +0200
|
|
+++ ./Makefile 2004-09-12 03:47:33.584999688 +0200
|
|
@@ -46,7 +46,7 @@
|
|
|
|
install: install-files install-fifos
|
|
|
|
-VERSION=minit-$(shell head -1 CHANGES|sed 's/://')
|
|
+VERSION=minit-$(shell head -n 1 CHANGES|sed 's/://')
|
|
CURNAME=$(notdir $(shell pwd))
|
|
|
|
tar: clean rename
|