Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
214efd6c
Commit
214efd6c
authored
Jul 03, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 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
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Makefile.am
Makefile.am
+3
-1
debian/changelog
debian/changelog
+2
-2
No files found.
Makefile.am
View file @
214efd6c
...
...
@@ -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
\
...
...
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
.
+
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
...
...
Write
Preview
Markdown
is supported
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