fix Openchrome dl error

This commit is contained in:
Stephan Raue 2009-03-24 09:52:02 +01:00
parent a80c212f41
commit 90b99b9f98
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#
# Automatically generated make config: don't edit
# Version: 0.9.30-rc3
# Version: 0.9.30.1
#
# TARGET_alpha is not set
# TARGET_arm is not set
@ -102,7 +102,8 @@ UCLIBC_SUSV3_LEGACY=y
# UCLIBC_SUSV3_LEGACY_MACROS is not set
# UCLIBC_HAS_STUBS is not set
UCLIBC_HAS_SHADOW=y
# UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
UCLIBC_HAS___PROGNAME=y
UCLIBC_HAS_PTY=y
# ASSUME_DEVPTS is not set
# UNIX98PTY_ONLY is not set

View File

@ -7,5 +7,5 @@ mkdir -p $INSTALL/usr/lib
cp -PR $BUILD/$1*/src/.libs/libpciaccess.so* $INSTALL/usr/lib
mkdir -p $INSTALL/usr/bin
cp -PR $BUILD/$1*/src/scanpci $INSTALL/usr/lib
cp -PR $BUILD/$1*/src/.libs/scanpci $INSTALL/usr/bin