From 438658356b9127ed2f180f83d680eebf8212b29a Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Sat, 4 Feb 2012 12:55:37 +0100 Subject: [PATCH] Also remove the unnecessary build/ directory --- debian/gpac-get-orig-source | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/gpac-get-orig-source b/debian/gpac-get-orig-source index 95aa2a1..6dd0e87 100755 --- a/debian/gpac-get-orig-source +++ b/debian/gpac-get-orig-source @@ -38,6 +38,10 @@ chmod 755 gpac-${GPAC_VERSION}/configure echo "Removing empty directories" find gpac-${GPAC_VERSION} -type d -empty -delete +# Remove unnecessary build/ directory +echo "Removing unnecessary build/ directory" +rm -rf gpac-${GPAC_VERSION}/build/ + # Remove DFSG-unfriendly implementation of inverse DCT # It is completely unnecessary! echo "Removing non-DFSG source code" -- 2.30.2