summaryrefslogtreecommitdiffstats
path: root/base/fcron
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 23:24:21 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 23:24:21 +0100
commitbd57ce9ca0c9c45686a68c536106498548ca333d (patch)
tree32a89d9bb5f30fa9fb029544ef8bcfa470c5cb65 /base/fcron
parent31c8a2b143383f4d92b74aa548eeb10a2c28a4c1 (diff)
downloadnutyx-pakxe-bd57ce9ca0c9c45686a68c536106498548ca333d.tar.gz
nutyx-pakxe-bd57ce9ca0c9c45686a68c536106498548ca333d.tar.bz2
nutyx-pakxe-bd57ce9ca0c9c45686a68c536106498548ca333d.tar.xz
nutyx-pakxe-bd57ce9ca0c9c45686a68c536106498548ca333d.zip
fcron, déplacé dans base
Diffstat (limited to 'base/fcron')
-rw-r--r--base/fcron/Pkgfile30
1 files changed, 16 insertions, 14 deletions
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/
}