Also remove the unnecessary build/ directory
authorAlessio Treglia <alessio@debian.org>
Sat, 4 Feb 2012 11:55:37 +0000 (12:55 +0100)
committerAlessio Treglia <alessio@debian.org>
Sat, 4 Feb 2012 11:55:37 +0000 (12:55 +0100)
debian/gpac-get-orig-source

index 95aa2a1b671d6bc6a5bef7e74b81385825cde8fc..6dd0e878bcbee176488adb9ce3866f35ca07f32c 100755 (executable)
@@ -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"