summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxantares2015-06-22 19:58:46 +0200
committerxantares2015-06-22 19:58:46 +0200
commit792d272e61cba60a24095ee07c277bcc28f8a56a (patch)
tree3faec78d40dfb39aa9f7e5695043937d6384a6d8 /PKGBUILD
parentd2b4f9fe7b7b18951b334fe35ba36a7bca9fac13 (diff)
downloadaur-792d272e61cba60a24095ee07c277bcc28f8a56a.tar.gz
remove crt0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4234a5f5f7d8..4629cf74f185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-
pkgname=psp-newlib
pkgver=1.20.0
pkgrel=1
@@ -33,5 +32,6 @@ package()
cd "$srcdir/newlib-$pkgver/build-psp"
make install DESTDIR="$pkgdir"
rm -r "$pkgdir"/usr/share
+ rm "$pkgdir"/usr/psp/lib/crt0.o # provided by psp-sdk
}