summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@math.sfu.ca>2014-02-08 04:03:57 -0800
committerKevin Mitchell <kevmitch@math.sfu.ca>2014-02-08 04:04:43 -0800
commit1b5e4802b2e327bb515a243c1cadbdf643368b57 (patch)
tree6433ad2789a662114d853fcfa32aa794eee95d18
parent3483d2eaf0e3965d521b4b1f0c3fc29a3be642a6 (diff)
downloadmpv-build-1b5e4802b2e327bb515a243c1cadbdf643368b57.tar.bz2
mpv-build-1b5e4802b2e327bb515a243c1cadbdf643368b57.tar.xz
add rm -rf build_libs to debian/rules override_dh_auto_clean:
so that it isn't still hanging around between builds
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 737a744..d9758e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,3 +63,4 @@ override_dh_auto_clean:
scripts/mpv-clean
scripts/ffmpeg-clean
scripts/libass-clean
+ rm -rf build_libs