From: Alessio Treglia Date: Sat, 4 Feb 2012 11:55:37 +0000 (+0100) Subject: Also remove the unnecessary build/ directory X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~249 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=438658356b9127ed2f180f83d680eebf8212b29a;p=gpac.git Also remove the unnecessary build/ directory --- 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"