defining FFMPEG_VERSION

Loïc Minier lool at dooz.org
Fri May 15 13:47:25 UTC 2009


On Thu, May 14, 2009, Reinhard Tartler wrote:
> > [ -r .svnrevision ] && echo "SVN-r$(cat .svnrevision)" > 
> > debian-$*/snapshot_version.
...
> PS: the '$' probably needs to be escaped with '$$' in make. my patch is
> totally untested and only to show the general idea.

 If it's for make, then please make that:
    [ ! -r .svnrevision ] || echo "SVN-r`cat .svnrevision`" >debian-$*/snapshot_version

 [ $ indeed needs escaping for the $() bit, or you need to use
   $(shell ). ]

-- 
Loïc Minier



More information about the pkg-multimedia-maintainers mailing list