Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
214efd6c
Commit
214efd6c
authored
Jul 03, 2003
by
Sam Hocevar
Browse files
* Makefile.am: Fixed the installation of plugins that were going one
directory too low.
parent
a4132b19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
214efd6c
...
@@ -370,9 +370,11 @@ endif
...
@@ -370,9 +370,11 @@ endif
# Install the modules and the symlinks
# Install the modules and the symlinks
install-exec-local
:
install-exec-local
:
for
i
in
""
`
$(VLC_CONFIG)
--target
plugin
`
;
do if
test
-n
"
$$
i"
;
then
\
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
fi
;
done
for
i
in
""
`
$(VLC_CONFIG)
--target
builtin
`
`
$(VLC_CONFIG)
--target
builtin
pic
`
;
do if
test
-n
"
$$
i"
;
then
\
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"
;
\
$(INSTALL)
-m
644
"
$$
i"
"
$(DESTDIR)$(libdir)
/vlc"
;
\
fi
;
done
fi
;
done
for
i
in
""
$(ALIASES)
;
do if
test
-n
"
$$
i"
;
then
\
for
i
in
""
$(ALIASES)
;
do if
test
-n
"
$$
i"
;
then
\
...
...
debian/changelog
View file @
214efd6c
vlc
(
0.6.0
+
cvs
-
2003070
2
-
1
)
unstable
;
urgency
=
low
vlc
(
0.6.0
+
cvs
-
2003070
3
-
1
)
unstable
;
urgency
=
low
*
New
CVS
snapshot
.
*
New
CVS
snapshot
.
+
Includes
previous
Debian
fixes
.
+
Includes
previous
Debian
fixes
.
...
@@ -12,7 +12,7 @@ vlc (0.6.0+cvs-20030702-1) unstable; urgency=low
...
@@ -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
+
aclocal
-
1.7
&&
autoconf
&&
automake
-
1.7
-
a
-
c
&&
libtoolize
-
c
-
f
+
Fixes
build
on
parisc
(
Closes
:
#
199693
).
+
Fixes
build
on
parisc
(
Closes
:
#
199693
).
--
Sam
Hocevar
(
Debian
packages
)
<
sam
+
deb
@
zoy
.
org
>
Sun
,
29
Ju
n
2003
21
:
12
:
10
+
0200
--
Sam
Hocevar
(
Debian
packages
)
<
sam
+
deb
@
zoy
.
org
>
Thu
,
3
Ju
l
2003
11
:
25
:
57
+
0200
vlc
(
0.6.0
+
cvs
-
20030627
-
2
)
unstable
;
urgency
=
low
vlc
(
0.6.0
+
cvs
-
20030627
-
2
)
unstable
;
urgency
=
low
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment