Commit f2d188b2 authored by Sam Hocevar's avatar Sam Hocevar

* Makefile.am:

    + Copy the original ebuild instead of copying it, to allow recursive
      "make dist" calls.
parent e214f2c2
......@@ -236,7 +236,7 @@ EXTRA_DIST += \
$(NULL)
dist-hook:
mv $(distdir)/vlc.ebuild $(distdir)/vlc-${VERSION}.ebuild
cp $(distdir)/vlc.ebuild $(distdir)/vlc-${VERSION}.ebuild
cd $(distdir) && srcdir=$(srcdir) $(srcdir)/toolbox --update-vc
###############################################################################
......
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