mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/dietlibc to 0.33-4
This commit is contained in:
parent
af0a9081f7
commit
d924541345
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=dietlibc
|
||||
pkgver=0.33
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="a libc optimized for small size"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.fefe.de/dietlibc/"
|
||||
|
@ -44,4 +44,6 @@ build() {
|
|||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
make DESTDIR=$pkgdir install
|
||||
mkdir -p $pkgdir/usr/bin
|
||||
ln -s /opt/diet/bin/diet $pkgdir/usr/bin/diet
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue