Changeset ce9f9b3 for npl/mailserver/kopano_dspam/kopano_dspam.SlackBuild
- Timestamp:
- 08/03/18 13:17:46 (7 years ago)
- Branches:
- master, perl-5.22
- Children:
- a384a97
- Parents:
- 981dbbc (diff), 1163be4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
npl/mailserver/kopano_dspam/kopano_dspam.SlackBuild
r981dbbc rce9f9b3 5 5 set -e 6 6 #Name of the Syn-3 package that we are going to create 7 NAME= zarafa_spamd7 NAME=kopano_dspam 8 8 9 9 10 git clone git://github.com/psy0rz/ zarafa-spamd.git11 cd zarafa-spamd10 git clone git://github.com/psy0rz/kopano-dspam.git 11 cd kopano-dspam 12 12 python setup.py install --root=/tmp/pkg 13 13 14 14 mkdir -p /tmp/pkg/usr/bin 15 cp zarafa-spamd/tmp/pkg/usr/bin15 cp kopano-dspam /tmp/pkg/usr/bin 16 16 chmod +x /tmp/pkg/usr/bin/* 17 17
Note: See TracChangeset
for help on using the changeset viewer.