#!/bin/bash #Name of the Syn-3 package that we are going to create NAME=`basename $0|sed 's/.SlackBuild//'` mkdir -p /tmp/pkg/sbin cp qfixq /tmp/pkg/sbin || exit 1 chmod 755 /tmp/pkg/sbin/* #make main package syn3_makepkg /tmp/pkg $NAME 1.0 noarch || exit 1