summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@math.sfu.ca>2014-02-11 02:30:30 -0800
committerKevin Mitchell <kevmitch@math.sfu.ca>2014-02-11 02:30:30 -0800
commit10dd6a119406dfebad99a1945e0e2964845cbb5f (patch)
tree6aa284389dcc2671354b9bce321a32fa5d7d5097
parent5b4fc57391d6f58e11a1af4e9f436606bd0395c5 (diff)
downloadmpv-build-10dd6a119406dfebad99a1945e0e2964845cbb5f.tar.bz2
mpv-build-10dd6a119406dfebad99a1945e0e2964845cbb5f.tar.xz
on second thought, it looks like dpkg-buildpackage runs into trouble.
For some reason it ignores override_dh_auto_install and tries to incorrectly guess how to install mpv. Revert "recommend dpkg-buildpackage over debuild" This reverts commit 5b4fc57391d6f58e11a1af4e9f436606bd0395c5.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 866e7eb..586cba2 100644
--- a/README.rst
+++ b/README.rst
@@ -119,7 +119,7 @@ dependencies:
You can then build a full mpv Debian package with the following command:
- dpkg-buildpackage -uc -us -b -j4
+ debuild -uc -us -b -j4
The .deb file will be created in the parent directory. (4 is the number
of jobs running in parallel - you can change it.)