diff options
author | anonym <anonym@riseup.net> | 2016-02-23 14:19:55 +0100 |
---|---|---|
committer | anonym <anonym@riseup.net> | 2016-02-23 14:19:55 +0100 |
commit | 0fe243ca2ad807f10aabd6015feeff8a56d05e64 (patch) | |
tree | 401d0348a3a869b90a3e5073e238bffe43e5fa9f /config/chroot_local-hooks/59-libdvd-pkg | |
parent | 6cb3565e80b44d8e400dc0d3cbdbd2665bae660e (diff) |
Reformat comment.
Diffstat (limited to 'config/chroot_local-hooks/59-libdvd-pkg')
-rwxr-xr-x | config/chroot_local-hooks/59-libdvd-pkg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/chroot_local-hooks/59-libdvd-pkg b/config/chroot_local-hooks/59-libdvd-pkg index 404983d..4f51a9f 100755 --- a/config/chroot_local-hooks/59-libdvd-pkg +++ b/config/chroot_local-hooks/59-libdvd-pkg @@ -7,9 +7,11 @@ echo "Installing libdvd-pkg" apt-get --yes install libdvd-pkg dpkg-reconfigure libdvd-pkg -# Create and install a fake libdvd-pkg package. This is necessary for libdvdcss2 (the actual dvd decoding package) -# which depends on libdvd-pkg. libdvd-pkg however depends on build-essential, which is explicitly removed. So instead -# we build/install a fake libdvd-pkg without the build-essential dependency to satisfy libdvdcss2. +# Create and install a fake libdvd-pkg package. This is necessary for +# libdvdcss2 (the actual dvd decoding package) which depends on +# libdvd-pkg. libdvd-pkg however depends on build-essential, which is +# explicitly removed. So instead we build/install a fake libdvd-pkg +# without the build-essential dependency to satisfy libdvdcss2. ( tmp="$(mktemp -d)" apt-get install --yes equivs |