* Makefile.am: Fixed the installation of plugins that were going one

directory too low.
This commit is contained in:
Sam Hocevar 2003-07-03 09:37:46 +00:00
parent a4132b1932
commit 214efd6c86
2 changed files with 5 additions and 3 deletions

View 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 \

4
debian/changelog vendored
View 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