diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-10-09 21:12:52 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-10-09 21:12:52 +0000 |
commit | 70829e2bafec49fba4aedf552671653902b6bad9 (patch) | |
tree | 9aa9920b27a0685d717a9fcfec0aa4540ee5ac69 /trunk/Makefile | |
parent | eb3fb21b03ae731a246965a59e6916638772a4cd (diff) | |
download | simplepkg-70829e2bafec49fba4aedf552671653902b6bad9.tar.gz simplepkg-70829e2bafec49fba4aedf552671653902b6bad9.tar.bz2 |
Adding support for .sign signatures on mkSlackBuilds
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@822 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/Makefile')
-rw-r--r-- | trunk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/Makefile b/trunk/Makefile index 7055dc9..2f55389 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -15,7 +15,7 @@ # PACKAGE = simplepkg -VERSION = $(shell echo '$$Rev$$' | sed -e 's/[^0-9]//g')_svn +VERSION = $(shell echo '$$Rev$$' | sed -e 's/[^0-9]//g')_svn_teste2 BUILD = 1rha PREFIX = /usr INSTALL = /usr/bin/install |