--- embedaddon/build.sh 2011/07/22 11:19:05 1.4.2.1 +++ embedaddon/build.sh 2011/10/21 08:01:15 1.4.2.2 @@ -4,7 +4,7 @@ # # ./build.sh [package] [os_specific_build_set] [prefix_dir] [other_make_opts ...] # -# $Id: build.sh,v 1.4.2.1 2011/07/22 11:19:05 misho Exp $ +# $Id: build.sh,v 1.4.2.2 2011/10/21 08:01:15 misho Exp $ # CMD=$1 @@ -21,12 +21,17 @@ case $CMD in sudo) cd sudo # [ ! -r config.log ] && \ - ./configure --sysconfdir=/etc --with-ignore-dot --with-tty-tickets \ - --with-env-editor --with-logincap \ - --with-long-otp-prompt --with-pam --with-logfac=local2 ${PFX} + ./configure --sysconfdir=/etc --libexecdir=/usr/libexec --with-ignore-dot \ + --with-tty-tickets --with-env-editor --with-logincap \ + --with-long-otp-prompt --with-pam --with-logfac=local2 ${PFX} ${MK} clean ${MK} - ${MK} install + install src/sudo ${P}/bin + ln ${P}/bin/sudo ${P}/bin/sudoedit + install plugins/sudoers/sudoreplay ${P}/bin + install plugins/sudoers/visudo ${P}/sbin + install plugins/sudoers/.libs/sudoers.so ${P}/libexec + install src/.libs/libsudo_noexec.so ${P}/libexec echo ">>> Now rebuild elwix firmware image ..." ;; ntpd) @@ -424,7 +429,7 @@ case $CMD in ./configure --without-python ${PFX} ${MK} clean ${MK} - ${MK} install +# ${MK} install cd .. cd php # [ ! -r config.log ] && \