[Lunar-commits] <moonbase> ffmpeg: Adding POST_INSTALL to cope with $SOURCE not carrying a version tag.

Moritz Heiber moe at lunar-linux.org
Fri Mar 13 16:02:25 CET 2009


commit fa2e046f5c95ca47295da0464863ff3c3a9fe1e4
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Thu Apr 24 20:43:30 2008 +0200

    ffmpeg: Adding POST_INSTALL to cope with $SOURCE not carrying a version tag.
    
    Otherwise the same $SOURCE is used over and over again (which is wrong
    as its a nightly snapshot).
---
 video/ffmpeg/POST_INSTALL |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/video/ffmpeg/POST_INSTALL b/video/ffmpeg/POST_INSTALL
new file mode 100644
index 0000000..a1af221
--- /dev/null
+++ b/video/ffmpeg/POST_INSTALL
@@ -0,0 +1,3 @@
+# Remove the source tarball because it carries no version tag
+
+rm -f ${SOURCE_CACHE}/${SOURCE}


More information about the Lunar-commits mailing list