[Lunar-commits] <moonbase> libtheora: fix docdir
Paul Bredbury
brebs at lunar-linux.org
Mon Aug 31 22:48:54 CEST 2009
commit f9ad8da7dd820b66b4811053c400b2f4615e3614
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Tue Sep 1 03:48:54 2009 +0700
libtheora: fix docdir
No need to bump UPDATED.
---
video/libtheora/BUILD | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/video/libtheora/BUILD b/video/libtheora/BUILD
index 5fc9891..2cbf831 100644
--- a/video/libtheora/BUILD
+++ b/video/libtheora/BUILD
@@ -1,7 +1,11 @@
(
-# This is temp and should be looked at on the next bump.
- cp $SOURCE_CACHE/$SOURCE2 $SOURCE_DIRECTORY/doc/spec &&
+ # This is temp and should be looked at on the next bump
+ cp $SOURCE_CACHE/$SOURCE2 $SOURCE_DIRECTORY/doc/spec &&
+
+ # Fix docdir
+ sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" doc/Makefile.in &&
+ sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" doc/spec/Makefile.in &&
default_build
More information about the Lunar-commits
mailing list