diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-03-02 12:53:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-03-02 12:53:27 +0000 |
commit | 61fd4eed29f1a907b57b9dc3e75d0de340d781a4 (patch) | |
tree | 0fe5bc9a771e63359a9a7ecb66ff687df3c1d7b5 /Makefile | |
parent | 90e827cb164b06152bb5ee664e1e3423f0815417 (diff) | |
download | ldetect-lst-61fd4eed29f1a907b57b9dc3e75d0de340d781a4.tar ldetect-lst-61fd4eed29f1a907b57b9dc3e75d0de340d781a4.tar.gz ldetect-lst-61fd4eed29f1a907b57b9dc3e75d0de340d781a4.tar.bz2 ldetect-lst-61fd4eed29f1a907b57b9dc3e75d0de340d781a4.tar.xz ldetect-lst-61fd4eed29f1a907b57b9dc3e75d0de340d781a4.zip |
for XFdrake using nvidia97xx instead of nvidia, and nvidia71xx instead of NVIDIA_LEGACY
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.150 +VERSION := 0.1.151 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |