#!/bin/bash #Name of the Syn-3 package that we are going to create NAME=`basename $0|sed 's/.SlackBuild//'` VER=2.4 ARCH=none mkdir /tmp/pkg cp -r root/* /tmp/pkg || exit 1 #make main package syn3_makepkg /tmp/pkg $NAME $VER $ARCH || exit 1