[Lunar-commits] <moonbase> ffmpeg: Adding POST_INSTALL to cope with $SOURCE not carrying a version tag.
Moritz Heiber
moe at lunar-linux.org
Thu Apr 24 21:12:56 CEST 2008
commit d3043df8fc3733461b177c4e86f012a11676cc0d
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