source: common/blfs-tool-deps/908-links@ 36e408e

2.3.x
Last change on this file since 36e408e was 16938b0, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated blfs-tool dependencies.

  • Property mode set to 100644
File size: 277 bytes
RevLine 
[91ff6a9]1#!/bin/bash
[4965fa8]2
3# $Id$
4
5set -e
[cbc8ba2]6cd $PKGDIR
[4965fa8]7
8./configure --prefix=/usr
9make CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign"
10make install
[16938b0]11install -v -d -m755 /usr/share/doc/links-2.1pre23
12install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
13 /usr/share/doc/links-2.1pre23
[4965fa8]14
15exit
Note: See TracBrowser for help on using the repository browser.