Remove debug info

master
Fabrice Mouhartem 2023-06-26 16:09:12 +02:00
parent c97c4d96f1
commit 36371368fd
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ build() {
}
package() {
cd "$pkgname"
pwd
cd "$pkgname"
install -d "$pkgdir/usr/bin"
install -m755 "target/release/$pkgname" "$pkgdir/usr/bin/"
chmod u+s "$pkgdir/usr/bin/$pkgname"