[SCM] lv2/master: Small improvements.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Wed Aug 13 15:25:54 UTC 2014
The following commit has been merged in the master branch:
commit a0ccb70a2194eafa573276f4534a64660477a678
Author: Alessio Treglia <alessio at debian.org>
Date: Wed Aug 13 16:25:45 2014 +0100
Small improvements.
diff --git a/debian/get-rid-of-waf.sh b/debian/get-rid-of-waf.sh
index 9d070df..7f03d10 100755
--- a/debian/get-rid-of-waf.sh
+++ b/debian/get-rid-of-waf.sh
@@ -82,7 +82,7 @@ f_waf_strip_blob() {
}
f_cleanup_pyc_files() {
- find -name '*.pyc' -delete
+ find "${g_rootdir}" -name '*.pyc' -delete
}
[ "${#}" -eq 1 ] || f_quit 1 "Wrong arguments -- ${*}. See ${PROG} -h."
@@ -95,9 +95,8 @@ cd "${g_rootdir}" || f_quit 2
for waffile in $(find "${g_rootdir}" -name "${WAFFILE}") ; do
cur_waffile_dir="$(dirname ${waffile})"
f_do_enter_dir "${cur_waffile_dir}"
- f_waf_generate_waflib || f_do_quit_dir && continue
- f_waf_strip_blob "${waffile}"
+ f_waf_generate_waflib && f_waf_strip_blob "${waffile}"
f_do_quit_dir
done
-f_cleanup_pyc_files
\ No newline at end of file
+f_cleanup_pyc_files
--
lv2 packaging
More information about the pkg-multimedia-commits
mailing list