|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../execline/execline.conf |
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2011 - 2013 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -13,17 +13,17 @@
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
if [ "$prefix_auto" = 1 ]; then |
|
|
|
|
prefix="usr/execline" |
|
|
|
|
set_confopt |
|
|
|
|
prefix="usr/execline" |
|
|
|
|
set_confopt |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# execline is following slashpackage confentions |
|
|
|
|
srcdir=admin/$pkg-$ver |
|
|
|
|
|
|
|
|
|
execline_install() { |
|
|
|
|
cp -avp library/* $root$libdir |
|
|
|
|
cp -avp library.so/* $root$libdir |
|
|
|
|
cp -avp include/* $root$includedir |
|
|
|
|
cp -avp library/* $root$libdir |
|
|
|
|
cp -avp library.so/* $root$libdir |
|
|
|
|
cp -avp include/* $root$includedir |
|
|
|
|
cp -avp command/* $root$bindir |
|
|
|
|
cp -avp doc/* $root$docdir |
|
|
|
|
} |
|
|
|
|