From 83e8c2cc006a929ce99806675ef918ca9a26d7ba Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman <hartman@videolan.org> Date: Thu, 15 May 2003 15:35:55 +0000 Subject: [PATCH] * Makefile.am: on make dist move vlc.ebuild * vlc.ebuild: small spelling correction --- Makefile.am | 1 + vlc.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0f8791fd458d..55b75b2119ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ############################################################################### diff --git a/vlc.ebuild b/vlc.ebuild index 6d31253c540e..80dcf8c95cf6 100644 --- a/vlc.ebuild +++ b/vlc.ebuild @@ -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" -- GitLab