From 2a850cd5ad80e92e72bb5a0e7657ad1efedc1264 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Thu, 12 Nov 2015 10:37:12 +0100 Subject: [PATCH] debian: update create tarball script --- debian-packager/create_built_tarball.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian-packager/create_built_tarball.sh b/debian-packager/create_built_tarball.sh index 7ab5f9a14f..3b3481a033 100644 --- a/debian-packager/create_built_tarball.sh +++ b/debian-packager/create_built_tarball.sh @@ -100,12 +100,10 @@ remove_not_yet_free_plugin() remove_remaining_non_free_file() { echo "Remove remaining non free file. TODO UPSTREAM" + rm -fr $LOCAL_REPO/unfree rm -fr $LOCAL_REPO/plugins/GSdx/baseclasses rm -f $LOCAL_REPO/plugins/zzogl-pg/opengl/Win32/aviUtil.h - rm -f $LOCAL_REPO/plugins/spu2-x/src/Windows/Hyperlinks.h - rm -f $LOCAL_REPO/plugins/spu2-x/src/Windows/Hyperlinks.cpp rm -f $LOCAL_REPO/common/src/Utilities/x86/MemcpyFast.cpp - rm -f $LOCAL_REPO/common/include/comptr.h } remove_dot_git() {