summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Morrison Lima Dantas2020-02-03 10:59:55 -0300
committerGabriel Morrison Lima Dantas2020-02-03 10:59:55 -0300
commitb086c432766baaf9232ed94b50342075897e0e7b (patch)
tree3bfb7b5ee339cfc8b0655679c6409f0219e6af51 /PKGBUILD
parent849b095c327e6d551537a90e5d9535a92b9bf5fe (diff)
downloadaur-b086c432766baaf9232ed94b50342075897e0e7b.tar.gz
Remove python2 shebang replacement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index def8d71f4b0d..7bd0ee45b3e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mssql-server
pkgver=15.0.4003.23
_prodver=${pkgver}-3
-pkgrel=1
+pkgrel=2
pkgdesc="Microsoft SQL Server for Linux"
arch=('x86_64')
url="https://www.microsoft.com/en-us/sql-server/sql-server-vnext-including-Linux"
@@ -19,8 +19,4 @@ package() {
cd $pkgdir
mv $srcdir/opt .
mv $srcdir/usr .
-
- for i in $(ls opt/mssql/lib/mssql-conf/*.py); do
- sed 's/#!\/usr\/bin\/python/#!\/usr\/bin\/python2/' $i -i
- done
}