[SCM] vlc/master: Fix typos
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Tue Dec 19 18:31:21 UTC 2017
The following commit has been merged in the master branch:
commit 53c476c44bb2d2d08b998e12608d90be11a40f93
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Mon Oct 9 21:24:14 2017 +0200
Fix typos
diff --git a/debian/libvlc-bin.postinst.in b/debian/libvlc-bin.postinst.in
index f25aaad..6c4d788 100644
--- a/debian/libvlc-bin.postinst.in
+++ b/debian/libvlc-bin.postinst.in
@@ -2,7 +2,7 @@
set -e
run_vlc_cache_gen() {
- files = `find /usr/lib/#DEB_HOST_MULTIARCH#/vlc/plugins -name '*.so' -type -f -print -quit`
+ files=`find /usr/lib/#DEB_HOST_MULTIARCH#/vlc/plugins -name '*.so' -type f -print -quit`
if test -n "$files"
then
# run vlc-cache-gen since there are plugins
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list