diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-04 10:32:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-04 10:32:07 +0000 |
commit | eec0548cff45a33465918f52ec257d7f1c0754ce (patch) | |
tree | f692816eec415428807a20a7992c1e4221de2784 /core | |
parent | 70dbb8a0e7e690d925680977fd5c6cca0c6ba816 (diff) | |
download | aports-eec0548cff45a33465918f52ec257d7f1c0754ce.tar.bz2 aports-eec0548cff45a33465918f52ec257d7f1c0754ce.tar.xz |
removed install
Diffstat (limited to 'core')
-rw-r--r-- | core/fakeroot/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fakeroot/APKBUILD b/core/fakeroot/APKBUILD index 3922a80e..c2f8607e 100644 --- a/core/fakeroot/APKBUILD +++ b/core/fakeroot/APKBUILD @@ -4,7 +4,6 @@ pkgrel=0 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user" license='GPL' url="http://packages.debian.org/fakeroot" -install=fakeroot.install depends='uclibc' makedepends='binutils gcc make linux-headers uclibc-dev' source=http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz |