Remove debug info
This commit is contained in:
parent
c97c4d96f1
commit
36371368fd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user