Commit ac49aa9e authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix make dist, which was broken due to ebuild removal

parent ab6cc32d
...@@ -24,7 +24,6 @@ EXTRA_DIST = \ ...@@ -24,7 +24,6 @@ EXTRA_DIST = \
src/extras/COPYING \ src/extras/COPYING \
toolbox \ toolbox \
vlc-config.in.in \ vlc-config.in.in \
vlc.ebuild \
vlc.spec \ vlc.spec \
vlc.spec.mdk \ vlc.spec.mdk \
vlc.win32.nsi \ vlc.win32.nsi \
...@@ -254,7 +253,6 @@ EXTRA_DIST += \ ...@@ -254,7 +253,6 @@ EXTRA_DIST += \
$(NULL) $(NULL)
dist-hook: dist-hook:
cp $(distdir)/vlc.ebuild $(distdir)/vlc-${VERSION}.ebuild
cd $(distdir) && srcdir=$(srcdir) $(srcdir)/toolbox --update-vc cd $(distdir) && srcdir=$(srcdir) $(srcdir)/toolbox --update-vc
distdir=$(distdir) srcdir=$(srcdir) $(srcdir)/toolbox --dist-contrib distdir=$(distdir) srcdir=$(srcdir) $(srcdir)/toolbox --dist-contrib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment