[Lunar-commits] <moonbase> faad: lets touch INSTALL before the bootstrap, else

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Feb 11 02:45:29 CET 2008


commit 08a8742fac17ed70d30117c70428fc14bcc3f8e0
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Feb 10 20:45:29 2008 -0500

    faad: lets touch INSTALL before the bootstrap, else
    you get this;
    
    Makefile.am: required file `./INSTALL' not found
---
 audio/faad/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/audio/faad/BUILD b/audio/faad/BUILD
index 7f6b781..7cac549 100644
--- a/audio/faad/BUILD
+++ b/audio/faad/BUILD
@@ -3,8 +3,8 @@
   export CFLAGS="$CFLAGS -fPIC"
   OPTS="$OPTS --with-drm"
 
-  ./bootstrap       &&
   touch INSTALL     &&
+  ./bootstrap       &&
   mkdir plugins/bmp &&
   autoreconf -vif   &&
 


More information about the Lunar-commits mailing list