diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-08-20 13:54:02 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-08-20 13:54:02 +0000 |
commit | 5812f34a3a984fdb5b92e9d4e376805bc4ab03fc (patch) | |
tree | 846a26263862a91e1e8978673d0e5127ba0a2e58 /Makefile | |
parent | 3c30ec1e544b9049fec0a1229697f30d9eb37f39 (diff) | |
download | ldetect-lst-5812f34a3a984fdb5b92e9d4e376805bc4ab03fc.tar ldetect-lst-5812f34a3a984fdb5b92e9d4e376805bc4ab03fc.tar.gz ldetect-lst-5812f34a3a984fdb5b92e9d4e376805bc4ab03fc.tar.bz2 ldetect-lst-5812f34a3a984fdb5b92e9d4e376805bc4ab03fc.tar.xz ldetect-lst-5812f34a3a984fdb5b92e9d4e376805bc4ab03fc.zip |
use '_' in modules name
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.177 +VERSION := 0.1.178 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |