projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3c820
)
Also remove the unnecessary build/ directory
author
Alessio Treglia
<alessio@debian.org>
Sat, 4 Feb 2012 11:55:37 +0000
(12:55 +0100)
committer
Alessio Treglia
<alessio@debian.org>
Sat, 4 Feb 2012 11:55:37 +0000
(12:55 +0100)
debian/gpac-get-orig-source
patch
|
blob
|
history
diff --git
a/debian/gpac-get-orig-source
b/debian/gpac-get-orig-source
index 95aa2a1b671d6bc6a5bef7e74b81385825cde8fc..6dd0e878bcbee176488adb9ce3866f35ca07f32c 100755
(executable)
--- 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"