Skip to content
Snippets Groups Projects
Verified Commit 0a98be6d authored by Max Rees's avatar Max Rees
Browse files

user/vlc: remove &> bashism from trigger

parent 57e345c7
No related branches found
No related tags found
1 merge request!293Purge bashisms, adduser, and addgroup from packages.git
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=vlc pkgname=vlc
pkgver=3.0.7.1 pkgver=3.0.7.1
pkgrel=0 pkgrel=1
pkgdesc="Multi-platform MPEG, VCD/DVD, and DivX player" pkgdesc="Multi-platform MPEG, VCD/DVD, and DivX player"
triggers="vlc-libs.trigger=/usr/lib/vlc/plugins" triggers="vlc-libs.trigger=/usr/lib/vlc/plugins"
pkgusers="vlc" pkgusers="vlc"
...@@ -142,7 +142,7 @@ check() { ...@@ -142,7 +142,7 @@ check() {
} }
_mv() { _mv() {
local dir=${1%/*} local dir="${1%/*}"
mkdir -p "$subpkgdir"/$dir mkdir -p "$subpkgdir"/$dir
mv "$1" "$subpkgdir"/$dir/ mv "$1" "$subpkgdir"/$dir/
} }
......
#!/bin/sh #!/bin/sh
exec /usr/lib/vlc/vlc-cache-gen "$@" >&/dev/null exec /usr/lib/vlc/vlc-cache-gen "$@" >/dev/null 2>&1
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment