Use %autogen.sh instead of ./autogen.sh 62/3562/1
authorBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Wed, 3 Apr 2013 17:27:28 +0000 (19:27 +0200)
committerRusty Lynch <rusty.lynch@intel.com>
Sat, 18 May 2013 18:34:31 +0000 (11:34 -0700)
packaging/libmm-player.spec

index 63d12a4..fc7fc8e 100644 (file)
@@ -36,7 +36,7 @@ Multimedia Framework Player Library (DEV).
 
 %build
 
-./autogen.sh
+%autogen.sh
 
 CFLAGS+=" -DEXPORT_API=\"__attribute__((visibility(\\\"default\\\")))\" "; export CFLAGS
 LDFLAGS+="-Wl,--rpath=%{_libdir} -Wl,--hash-style=both -Wl,--as-needed"; export LDFLAGS