diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-08-30 23:38:25 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-08-30 23:38:25 +0000 |
commit | 2c25db7f837aca99ac150fa91b2149849f0687b0 (patch) | |
tree | f4f0cddba5261d260c20b1ca005e4b276ec8a7ff /trunk/Makefile | |
parent | 83dd37ec007c0244b23241be4c6a134f8b993c28 (diff) | |
download | simplepkg-2c25db7f837aca99ac150fa91b2149849f0687b0.tar.gz simplepkg-2c25db7f837aca99ac150fa91b2149849f0687b0.tar.bz2 |
Cleanup and bugfix for #94 and #95 (2)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@813 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/Makefile')
-rw-r--r-- | trunk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trunk/Makefile b/trunk/Makefile index 7055dc9..766414f 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -15,7 +15,8 @@ # PACKAGE = simplepkg -VERSION = $(shell echo '$$Rev$$' | sed -e 's/[^0-9]//g')_svn +#VERSION = $(shell echo '$$Rev$$' | sed -e 's/[^0-9]//g')_svn +VERSION = 812_teste5 BUILD = 1rha PREFIX = /usr INSTALL = /usr/bin/install |