diff --git a/build/ebusd-1.0_i386.deb b/build/ebusd-1.0_i386.deb index 16610838..40842e7c 100644 Binary files a/build/ebusd-1.0_i386.deb and b/build/ebusd-1.0_i386.deb differ diff --git a/build/make_ebusd_deb.sh b/build/make_ebusd_deb.sh old mode 100644 new mode 100755 index 2b8c4b6e..b0d00ff8 --- a/build/make_ebusd_deb.sh +++ b/build/make_ebusd_deb.sh @@ -31,8 +31,8 @@ git clone https://github.com/JuMi2006/ebusd.git cd ebusd printf ">>> Remove hidden files\n" -find -name .svn -delete -find -name .gitignore -delete +find $PWD -name .svn -print0 | xargs -0 rm -r +find $PWD -name .gitignore -print0 | xargs -0 rm -r printf ">>> Build binarys from source\n" ./autogen.sh