summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@math.sfu.ca>2014-02-08 05:01:39 -0800
committerKevin Mitchell <kevmitch@math.sfu.ca>2014-02-08 05:01:39 -0800
commit2af41f5f406008c8eb6166b62a0de09b8af6f420 (patch)
treedb77cbc4e723949719db4df5486ce53732c76e1f
parentff0762b81b1ab1487116bc6bc6136c21db1f1871 (diff)
downloadmpv-build-2af41f5f406008c8eb6166b62a0de09b8af6f420.tar.bz2
mpv-build-2af41f5f406008c8eb6166b62a0de09b8af6f420.tar.xz
just call ./clean in override_dh_auto_clean: instead of calling each of the clean scripts individually
-rwxr-xr-xdebian/rules5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index d9758e9..06a1a0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,4 @@ override_dh_auto_install:
# call all the cleans
override_dh_auto_clean:
- scripts/mpv-clean
- scripts/ffmpeg-clean
- scripts/libass-clean
- rm -rf build_libs
+ ./clean