#!/bin/bash #######Essential package info. #Change these if autodetection fails. #Name of the Syn-3 package that we are going to create NAME=`basename $0|sed 's/.SlackBuild//'` mkdir -p /tmp/pkg/usr/bin mkdir -p /tmp/pkg/etc/cron.hourly cp areca-cli /tmp/pkg/usr/bin chmod +x /tmp/pkg/usr/bin/areca-cli || exit 1 cp syn3-arecacheck /tmp/pkg/etc/cron.hourly chmod +x /tmp/pkg/etc/cron.hourly/* || exit 1 syn3_makepkg /tmp/pkg $NAME 1.72.250 i386 || exit 1