diff options
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |