Commit 0523e96b authored by Sam Hocevar's avatar Sam Hocevar

* ./debian/rules: fixed a clock skew issue in debian/rules.

parent e61faec4
vlc (0.5.3-1) unstable; urgency=low
* New upstream release.
* Fixed a clock skew issue in debian/rules.
-- Samuel Hocevar <sam@zoy.org> Tue, 8 Apr 2003 15:20:20 +0100
......
......@@ -94,10 +94,10 @@ build-stamp:
test -d extras/faad
if test ! -d CVS; then \
cd extras/faad \
&& touch configure.in \
&& touch aclocal.m4 \
&& touch configure \
&& touch config.h.in \
&& touch `find . -name configure.in` \
&& touch `find . -name aclocal.m4` \
&& touch `find . -name configure` \
&& touch `find . -name config.h.in` \
&& touch `find . -name Makefile.in` \
&& ./configure --disable-shared \
&& cd libfaad \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment