]> git.sesse.net Git - vlc/commitdiff
* ./debian/rules: fixed a clock skew issue in debian/rules.
authorSam Hocevar <sam@videolan.org>
Wed, 9 Apr 2003 10:17:30 +0000 (10:17 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 9 Apr 2003 10:17:30 +0000 (10:17 +0000)
debian/changelog
debian/rules

index d3fb259a2a8310db153027a0b65d7a7e4c8fb3e3..d06776e30a6b94d7f43ace5b82055fc5dd2de083 100644 (file)
@@ -1,6 +1,7 @@
 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
 
index 1e2ee9380d88123d9126ef519d13442847480d82..3a034bd03e8534d367237d8debb7b31013735da5 100755 (executable)
@@ -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 \