]> git.sesse.net Git - vlc/commitdiff
* Makefile.am: on make dist move vlc.ebuild
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 15 May 2003 15:35:55 +0000 (15:35 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 15 May 2003 15:35:55 +0000 (15:35 +0000)
* vlc.ebuild: small spelling correction

Makefile.am
vlc.ebuild

index 0f8791fd458d6abe3d8cb83b6790a457a8ebca58..55b75b2119aecb669a3f2a053236203303b32a83 100644 (file)
@@ -324,6 +324,7 @@ show-libvlc-pkg-headers: FORCE
        @echo X: $(dist_pkginclude_HEADERS)
 
 dist-hook:
+       mv vlc.ebuild vlc-${VERSION}.ebuild
        cd $(distdir); ./toolbox --update-vc
 
 ###############################################################################
index 6d31253c540e6a6df2622aa45941edefd40556e8..80dcf8c95cf6d5ce649f5a1af82a35917dbbc853 100644 (file)
@@ -2,7 +2,7 @@
 # vlc.ebuild: A Gentoo ebuild for vlc
 ###############################################################################
 # Copyright (C) 2003 VideoLAN
-# $Id: vlc.ebuild,v 1.1 2003/05/15 00:32:28 hartman Exp $
+# $Id: vlc.ebuild,v 1.2 2003/05/15 15:35:55 hartman Exp $
 #
 # Authors: Derk-Jan Hartman <thedj at users.sf.net>
 #
@@ -153,7 +153,7 @@ src_compile(){
                && myconf="${myconf} --enable-x11" \
                || myconf="${myconf} --disable-x11"
 
-       use xv\
+       use xv \
                && myconf="${myconf} --enable-xvideo" \
                || myconf="${myconf} --diable-xvideo"