Date: Saturday, February 2, 2013 @ 06:53:32
Author: allan
Revision: 176891
remove pkgdir usage in build function
Modified:
binutils/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-02 05:53:10 UTC (rev 176890)
+++ PKGBUILD 2013-02-02 05:53:32 UTC (rev 176891)
@@ -34,7 +34,7 @@
# check the host environment and makes sure all the necessary tools are
available
make configure-host
- make tooldir=${pkgdir}/usr
+ make tooldir=/usr
}
check() {