diff --git a/atop.be0 b/atop.be0 index b1552cd1b..cde28a2e0 100755 --- a/atop.be0 +++ b/atop.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION atop-2.4.0-0 +# BEE_VERSION atop-2.4.0-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -56,14 +56,16 @@ SRCURL[0]="https://www.atoptool.nl/download/atop-${PKGVERSION}.tar.gz" #} mee_install() { - start_cmd make systemdinstall DESTDIR="${D}" + mkdir -pv ${D}${BINDIR} + cp -v atop ${D}${BINDIR} + mkdir -pv ${D}${MANDIR}/man1 + cp -v man/atop.1 ${D}${MANDIR}/man1 } ## by default this may be 'make install DESTDIR="${D}"' -mee_install_post() { - rm -v ${D}/etc/cron.d/atop - rmdir ${D}/etc/cron.d/ -} +#mee_install_post() { +# exit +#} ############################################################################### ##