From bd57ce9ca0c9c45686a68c536106498548ca333d Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 17 Dec 2009 23:24:21 +0100 Subject: fcron, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/fcron/Pkgfile | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'base/fcron/Pkgfile') diff --git a/base/fcron/Pkgfile b/base/fcron/Pkgfile index eb93f51bd..8ee2f5f18 100644 --- a/base/fcron/Pkgfile +++ b/base/fcron/Pkgfile @@ -14,19 +14,21 @@ build() { source /etc/blfs-bootscripts wget \ http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 -tar xvf $scripts-$scriptsversion.tar.bz2 -cd $name-$version -./configure --prefix=/usr\ - --sysconfdir=/etc \ - --without-sendmail\ - --localstatedir=/var \ - --with-boot-install=no\ - --mandir=/usr/share/man\ - --infodir=/usr/share/info -make -make DESTDIR=$PKG install + tar xvf $scripts-$scriptsversion.tar.bz2 + # build package + cd $name-$version + ./configure --prefix=/usr\ + --sysconfdir=/etc \ + --without-sendmail\ + --localstatedir=/var \ + --with-boot-install=no\ + --mandir=/usr/share/man\ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install # Install the script -cd ../$scripts-$scriptsversion -make DESTDIR=$PKG install-fcron -rm -rf $PKG/usr/share/doc + cd ../$scripts-$scriptsversion + make DESTDIR=$PKG install-fcron + rm -rf $PKG/usr/share/doc +# install -m755 ../fcron $PKG/etc/rc.d/init.d/ } -- cgit v1.2.3-70-g09d2