tazpkg diff Makefile @ rev 453

Fix Makefile and update POT file
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 01:31:58 2011 +0200 (2011-04-06)
parents 185778056b84
children 92d42930b89c
line diff
     1.1 --- a/Makefile	Wed Apr 06 01:29:14 2011 +0200
     1.2 +++ b/Makefile	Wed Apr 06 01:31:58 2011 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  DESTDIR?=
     1.5  LINGUAS?=fr
     1.6  
     1.7 -VERSION:=$(shell grep ^VERSION tazpkg | cut -d '=' -f 2)
     1.8 +VERSION:=$(shell grep ^VERSION=[0-9] tazpkg | cut -d '=' -f 2)
     1.9  
    1.10  all:
    1.11