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