diff --git a/build.sh b/build.sh deleted file mode 100755 index ced013e..0000000 --- a/build.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -#echo "Cleaning up ...\n" - -make clean -phpize --clean - -#echo "Compile package...\n" - -phpize -aclocal -libtoolize --force -autoheader -autoconf - -#echo "Configure package...\n" - -./configure --enable-pcsc --prefix=/usr - -make - -#echo "Now type su and the make install...\n" - -