Skip to content

Commit

Permalink
mssqlrelay: style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 30, 2024
1 parent 68a7433 commit ca161c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mssqlrelay/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ build() {
package() {
cd $pkgname

install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE

python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build

install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE

find "$pkgdir" -type f -iname '*.pyc' -exec rm {} \;
}

0 comments on commit ca161c5

Please sign in to comment.