changeset 1025:d563764317d0

remove the unnecessary call to ./bootstrap.sh in package xvidcore
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 01 Jun 2010 01:28:41 +0200
parents 9b3b54b87bf9
children 9fe5e2490936
files src/xvidcore.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xvidcore.mk	Mon May 31 16:37:35 2010 +0200
+++ b/src/xvidcore.mk	Tue Jun 01 01:28:41 2010 +0200
@@ -19,7 +19,7 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && ./bootstrap.sh && ./configure \
+    cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-assembly