|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../libtai/libtai.conf |
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2011 - 2012 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -29,7 +29,7 @@ pkg_libtai_install() {
|
|
|
|
|
# cp -vp $x $root$includedir |
|
|
|
|
#done |
|
|
|
|
install -m 644 $headers $root$includedir |
|
|
|
|
install -m 644 $manpages $root$mandir/cat3 |
|
|
|
|
install -m 644 $manpages $root$mandir/man3 |
|
|
|
|
install -m 755 $executables $root$bindir |
|
|
|
|
install -m 755 libtai.a $root$libdir |
|
|
|
|
} |
|
|
|
|