From 54dc55ad1472ca7b76759078d4f867692d703b9c Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 2 Jun 2012 18:08:16 +0000 Subject: tcl mise en forme Pkgfile --- tcl/Pkgfile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'tcl') diff --git a/tcl/Pkgfile b/tcl/Pkgfile index c6ad7133f..9d6cd5a3c 100755 --- a/tcl/Pkgfile +++ b/tcl/Pkgfile @@ -13,11 +13,17 @@ build() { cd $name$version/unix if [ "$CARCH" = "x86_64" ]; then - ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --enable-64bit + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --enable-threads \ + --enable-64bit else - ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --disable-64bit + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --enable-threads \ + --disable-64bit fi - + make make DESTDIR=$PKG install make DESTDIR=$PKG install-private-headers -- cgit v1.2.3-54-g00ecf