]> git.sesse.net Git - vlc/commitdiff
* Makefile.am: Fixed the installation of plugins that were going one
authorSam Hocevar <sam@videolan.org>
Thu, 3 Jul 2003 09:37:46 +0000 (09:37 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 3 Jul 2003 09:37:46 +0000 (09:37 +0000)
    directory too low.

Makefile.am
debian/changelog

index acedf7ce044911494f5531e114d1d22ef970d24a..412214130dbec70f85e4dfba79b2b56d5b876671 100644 (file)
@@ -370,9 +370,11 @@ endif
 # Install the modules and the symlinks
 install-exec-local:
        for i in "" `$(VLC_CONFIG) --target plugin` ; do if test -n "$$i" ; then \
-         $(INSTALL) -m 755 "$$i$(LIBEXT)" "$(DESTDIR)$(libdir)/vlc/`echo $$i | cut -f1 -d/`" ; \
+         echo $(INSTALL) -m 755 "$$i$(LIBEXT)" "$(DESTDIR)$(libdir)/vlc/modules/`echo $$i | cut -f2 -d/`" ; \
+         $(INSTALL) -m 755 "$$i$(LIBEXT)" "$(DESTDIR)$(libdir)/vlc/modules/`echo $$i | cut -f2 -d/`" ; \
        fi ; done
        for i in "" `$(VLC_CONFIG) --target builtin` `$(VLC_CONFIG) --target builtin pic` ; do if test -n "$$i" ; then \
+         echo $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
          $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
        fi ; done
        for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
index 36777e3208bcb6bfaf677bf93e7cbb1a7b70f190..fbb77dd286c823b81303c61fdea02939b18204c0 100644 (file)
@@ -1,4 +1,4 @@
-vlc (0.6.0+cvs-20030702-1) unstable; urgency=low
+vlc (0.6.0+cvs-20030703-1) unstable; urgency=low
 
   * New CVS snapshot.
     + Includes previous Debian fixes.
@@ -12,7 +12,7 @@ vlc (0.6.0+cvs-20030702-1) unstable; urgency=low
     + aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
     + Fixes build on parisc (Closes: #199693).
 
- -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 29 Jun 2003 21:12:10 +0200
+ -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  3 Jul 2003 11:25:57 +0200
 
 vlc (0.6.0+cvs-20030627-2) unstable; urgency=low