From: rhatto Date: Thu, 22 Jan 2009 21:33:33 +0000 (+0000) Subject: Makefile: VERSION like used by simplepkg.mkbuild X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=902867b15281779f09a348fb3b7e5aab754a20c2;p=simplepkg.git Makefile: VERSION like used by simplepkg.mkbuild git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@773 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/trunk/Makefile b/trunk/Makefile index 26787de..7055dc9 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -15,7 +15,7 @@ # PACKAGE = simplepkg -VERSION = $(shell echo '$$Rev$$' | sed -e 's/[^0-9]//g') +VERSION = $(shell echo '$$Rev$$' | sed -e 's/[^0-9]//g')_svn BUILD = 1rha PREFIX = /usr INSTALL = /usr/bin/install