wok-stable rev 10120
Fixed typo in last commit.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 16:10:58 2011 +0000 (2011-05-20) |
parents | 9f3effe71921 |
children | 173bbfa32a5d |
files | gst-plugins-ugly/receipt |
line diff
1.1 --- a/gst-plugins-ugly/receipt Fri May 20 16:10:18 2011 +0000 1.2 +++ b/gst-plugins-ugly/receipt Fri May 20 16:10:58 2011 +0000 1.3 @@ -16,7 +16,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --sysconfdir=/etc 1.8 + ./configure --prefix=/usr --sysconfdir=/etc \ 1.9 --localstatedir=/var $CONFIGUGE_ARGS && 1.10 make -j 4 && 1.11 make install