Remove debug info
This commit is contained in:
parent
c97c4d96f1
commit
36371368fd
@ -40,7 +40,6 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
pwd
|
|
||||||
install -d "$pkgdir/usr/bin"
|
install -d "$pkgdir/usr/bin"
|
||||||
install -m755 "target/release/$pkgname" "$pkgdir/usr/bin/"
|
install -m755 "target/release/$pkgname" "$pkgdir/usr/bin/"
|
||||||
chmod u+s "$pkgdir/usr/bin/$pkgname"
|
chmod u+s "$pkgdir/usr/bin/$pkgname"
|
||||||
|
Loading…
Reference in New Issue
Block a user